Shades of Midnight Blue #180A6F
Tints of Midnight Blue #180A6F
RGB
CMYK
RGB Variations
Color information
#180A6F (or 0x180A6F) is known color: Midnight Blue. HEX triplet: 18, 0A and 6F. RGB value is (24,10,111). Sum of RGB (Red+Green+Blue) = 24+10+111=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #180A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A6F is #E7F590. Grayscale: #191919. Windows color (decimal): -15201681 or 7277080. OLE color: 7277080.
HSL color Cylindrical-coordinate representation of color #180A6F: hue angle of 248.32º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180A6F is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 10 | 111 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.56 |
| HSL | 248.32º | 0.83% | 0.24% | - |
| HSV(B) | 248.32º | 0.91% | 0.44% | - |
| XYZ | 3.35 | 1.56 | 15.16 | - |
| YUV | 25.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 111 | 0.78 | 0.91 | 0 | 0.56 | 248.32 | 0.83 | 0.24 |
| Hex | 18 | A | 6F | 4E | 5B | 0 | 38 | F8 | 53 | 18 |
| Octal | 30 | 12 | 157 | 116 | 133 | 0 | 70 | 370 | 123 | 30 |
| Binary | 11000 | 1010 | 1101111 | 1001110 | 1011011 | 0 | 111000 | 11111000 | 1010011 | 11000 |
Color Harmonies of #180A6F
Complementary color
Monochromatic Colors of #180A6F
Black with #180A6F
Text Example
Text Example
White with #180A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A6F; }
p { color: rgb(24,10,111); }
H1.HeaderClassName
{
color: #180A6F;
}
.AnyTagClassName
{
color: #180A6F;
}
</style>
background-color css
<style>
a { background-color: #180A6F; }
a { background-color: rgb(24,10,111); }
div.DivClassName
{
background-color: #180A6F;
}
.BgClassName
{
background-color: #180A6F;
}
</style>
border-color css
<style>
span { border-color: #180A6F; }
span { border-color: rgb(24,10,111); }
td.TdClassName
{
border-color: #180A6F;
}
.TagClassName
{
border-color: #180A6F;
}
</style>