Shades of Navy #12007B
Tints of Navy #12007B
RGB
CMYK
RGB Variations
Color information
#12007B (or 0x12007B) is known color: Navy. HEX triplet: 12, 00 and 7B. RGB value is (18,0,123). Sum of RGB (Red+Green+Blue) = 18+0+123=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #12007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12007B is #EDFF84. Grayscale: #121212. Windows color (decimal): -15597445 or 8060946. OLE color: 8060946.
HSL color Cylindrical-coordinate representation of color #12007B: hue angle of 248.78º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12007B is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 0 | 123 | - |
| CMYK | 0.85 | 1 | 0 | 0.52 |
| HSL | 248.78º | 1% | 0.24% | - |
| HSV(B) | 248.78º | 1% | 0.48% | - |
| XYZ | 3.82 | 1.56 | 18.84 | - |
| YUV | 19.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 123 | 0.85 | 1 | 0 | 0.52 | 248.78 | 1 | 0.24 |
| Hex | 12 | 0 | 7B | 55 | 64 | 0 | 34 | F9 | 64 | 18 |
| Octal | 22 | 0 | 173 | 125 | 144 | 0 | 64 | 371 | 144 | 30 |
| Binary | 10010 | 0 | 1111011 | 1010101 | 1100100 | 0 | 110100 | 11111001 | 1100100 | 11000 |
Color Harmonies of #12007B
Complementary color
Monochromatic Colors of #12007B
Black with #12007B
Text Example
Text Example
White with #12007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12007B; }
p { color: rgb(18,0,123); }
H1.HeaderClassName
{
color: #12007B;
}
.AnyTagClassName
{
color: #12007B;
}
</style>
background-color css
<style>
a { background-color: #12007B; }
a { background-color: rgb(18,0,123); }
div.DivClassName
{
background-color: #12007B;
}
.BgClassName
{
background-color: #12007B;
}
</style>
border-color css
<style>
span { border-color: #12007B; }
span { border-color: rgb(18,0,123); }
td.TdClassName
{
border-color: #12007B;
}
.TagClassName
{
border-color: #12007B;
}
</style>