COLOR #180F61

HEX: #180F61
RGB: (24,15,97)

Color info

#180F61 contains mainly blue color. Web safe color of #180F61 is #000066 (or #006).

RGB color model

#180F61 color RGB value is (24,15,97).

  • red value is 24;
  • green value is 15;
  • blue value is 97.
RGB:
(24,15,97)
(9%,6%,38%)

RGB channels and saturation

R 24 of 255 = 9%
G 15 of 255 = 6%
B 97 of 255 = 38%

24
15
97

R + G + B ~ 18%. #180F61 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 15 + 97 = 136 (100%)
R 24 of 136 ~ 17.65%
G 15 of 136 ~ 11.03%
B 97 of 136 ~ 71.32%

%17.65
%11.03
%71.32

CMYK color model

#180F61 color CMYK value is (75,85,0,62).

  • cyan value is 75.26%
  • magenta value is 84.54%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(75,85,0,62)
C75M85Y0K62 
(75%,85%,0%,62%)
(0.75/0.85/0.00/0.62)	

CMYK percentages

%75.26
%84.54
%0
%61.96

Codes

Color #180F61 in popluar color models

180F61
RGB241597
HSL247°73.21%21.96%
HSB/HSV247°84.54%38.04%
CMYK75.26%84.54%0.00%
61.96%

Color #180F61 in popluar number systems.

HEX180F61
Decimal241597
Binary1100011111100001
Octal3017141

Shades and tints

Shades of #180F61

#180F61
(24,15,97)
#160E59
(22,14,89)
#140D51
(20,13,81)
#120C49
(18,12,73)
#100B41
(16,11,65)
#0E0A39
(14,10,57)
#0C0931
(12,9,49)
#0A0829
(10,8,41)
#080721
(8,7,33)
#060619
(6,6,25)
#040511
(4,5,17)
#000000
(0,0,0)

Tints of #180F61

#180F61
(24,15,97)
#2D246F
(45,36,111)
#42397D
(66,57,125)
#574E8B
(87,78,139)
#6C6399
(108,99,153)
#8178A7
(129,120,167)
#968DB5
(150,141,181)
#ABA2C3
(171,162,195)
#C0B7D1
(192,183,209)
#D5CCDF
(213,204,223)
#EAE1ED
(234,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180F61 color. Also use rgb(24,15,97) instead hex code.

Text Font Color

.myTextColor { color: #180F61; }

<p style="color:#180F61">This sample text font color is #180F61.</p>

This text font color is #180F61.


Background Color

.myBgColor { background-color: #180F61; }

<div style="background-color:#180F61">Inner text</div>

This div background color is #180F61.


Border color

.myBorderColor { border: 1px solid #180F61; }

<div style="border:3px solid #180F61">Div</div>

This div border color is #180F61.


Opacity

.myOpacity80 { color: #180F61; opacity: 0.8; }

<p style="color:#180F61;opacity:0.8;">80%</p>

Text with #180F61 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #180F61;}

<p style="text-shadow: 3px 3px 1px #180F61">Text here.</p>

This text has shadow with #180F61 color.

.textShadow {text-shadow: 3px 3px 1px #180F61, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #180F61, 5px 5px 20px red">Text here.</p>

This text has shadow with #180F61 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#180F61, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#180F61, Direction=45, Strength=4)">Text</p>

This text has shadow with #180F61 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #180F61;
  -webkit-box-shadow:	1px 1px 3px 2px #180F61;
  box-shadow:		1px 1px 3px 2px #180F61;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #180F61;
-webkit-box-shadow: 1px 1px 3px 2px #180F61;
box-shadow:1px 1px 3px 2px #180F61;">
Div content here</div>
This div box has shadow with color #180F61.

Preview

Color preview on black background

This text has color #180F61 on black background.


Color preview on white background

This text has color #180F61 on white background.



Black color preview on #180F61 background

This text has black color on #180F61 background.


White color preview on #180F61 background

This text has white color on #180F61 background.