Shades of Midnight Blue #180669
Tints of Midnight Blue #180669
RGB
CMYK
RGB Variations
Color information
#180669 (or 0x180669) is known color: Midnight Blue. HEX triplet: 18, 06 and 69. RGB value is (24,6,105). Sum of RGB (Red+Green+Blue) = 24+6+105=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #180669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180669 is #E7F996. Grayscale: #161616. Windows color (decimal): -15202711 or 6882840. OLE color: 6882840.
HSL color Cylindrical-coordinate representation of color #180669: hue angle of 250.91º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180669 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 6 | 105 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.59 |
| HSL | 250.91º | 0.89% | 0.22% | - |
| HSV(B) | 250.91º | 0.94% | 0.41% | - |
| XYZ | 2.99 | 1.34 | 13.47 | - |
| YUV | 22.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 105 | 0.77 | 0.94 | 0 | 0.59 | 250.91 | 0.89 | 0.22 |
| Hex | 18 | 6 | 69 | 4D | 5E | 0 | 3B | FB | 59 | 16 |
| Octal | 30 | 6 | 151 | 115 | 136 | 0 | 73 | 373 | 131 | 26 |
| Binary | 11000 | 110 | 1101001 | 1001101 | 1011110 | 0 | 111011 | 11111011 | 1011001 | 10110 |
Color Harmonies of #180669
Complementary color
Monochromatic Colors of #180669
Black with #180669
Text Example
Text Example
White with #180669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180669; }
p { color: rgb(24,6,105); }
H1.HeaderClassName
{
color: #180669;
}
.AnyTagClassName
{
color: #180669;
}
</style>
background-color css
<style>
a { background-color: #180669; }
a { background-color: rgb(24,6,105); }
div.DivClassName
{
background-color: #180669;
}
.BgClassName
{
background-color: #180669;
}
</style>
border-color css
<style>
span { border-color: #180669; }
span { border-color: rgb(24,6,105); }
td.TdClassName
{
border-color: #180669;
}
.TagClassName
{
border-color: #180669;
}
</style>