Shades of Navy #08127B
Tints of Navy #08127B
RGB
CMYK
RGB Variations
Color information
#08127B (or 0x08127B) is known color: Navy. HEX triplet: 08, 12 and 7B. RGB value is (8,18,123). Sum of RGB (Red+Green+Blue) = 8+18+123=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #08127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08127B is #F7ED84. Grayscale: #1A1A1A. Windows color (decimal): -16248197 or 8065544. OLE color: 8065544.
HSL color Cylindrical-coordinate representation of color #08127B: hue angle of 234.78º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08127B is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 18 | 123 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.52 |
| HSL | 234.78º | 0.88% | 0.26% | - |
| HSV(B) | 234.78º | 0.93% | 0.48% | - |
| XYZ | 3.89 | 1.91 | 18.9 | - |
| YUV | 26.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 123 | 0.93 | 0.85 | 0 | 0.52 | 234.78 | 0.88 | 0.26 |
| Hex | 8 | 12 | 7B | 5D | 55 | 0 | 34 | EB | 58 | 1A |
| Octal | 10 | 22 | 173 | 135 | 125 | 0 | 64 | 353 | 130 | 32 |
| Binary | 1000 | 10010 | 1111011 | 1011101 | 1010101 | 0 | 110100 | 11101011 | 1011000 | 11010 |
Color Harmonies of #08127B
Complementary color
Monochromatic Colors of #08127B
Black with #08127B
Text Example
Text Example
White with #08127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08127B; }
p { color: rgb(8,18,123); }
H1.HeaderClassName
{
color: #08127B;
}
.AnyTagClassName
{
color: #08127B;
}
</style>
background-color css
<style>
a { background-color: #08127B; }
a { background-color: rgb(8,18,123); }
div.DivClassName
{
background-color: #08127B;
}
.BgClassName
{
background-color: #08127B;
}
</style>
border-color css
<style>
span { border-color: #08127B; }
span { border-color: rgb(8,18,123); }
td.TdClassName
{
border-color: #08127B;
}
.TagClassName
{
border-color: #08127B;
}
</style>