Shades of Navy Blue #0872CB
Tints of Navy Blue #0872CB
RGB
CMYK
RGB Variations
Color information
#0872CB (or 0x0872CB) is known color: Navy Blue. HEX triplet: 08, 72 and CB. RGB value is (8,114,203). Sum of RGB (Red+Green+Blue) = 8+114+203=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #0872CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872CB is #F78D34. Grayscale: #5B5B5B. Windows color (decimal): -16223541 or 13333000. OLE color: 13333000.
HSL color Cylindrical-coordinate representation of color #0872CB: hue angle of 207.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872CB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 114 | 203 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.20 |
| HSL | 207.38º | 0.92% | 0.41% | - |
| HSV(B) | 207.38º | 0.96% | 0.8% | - |
| XYZ | 16.9 | 16.4 | 58.77 | - |
| YUV | 92.45 | 190.38 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 203 | 0.96 | 0.44 | 0 | 0.20 | 207.38 | 0.92 | 0.41 |
| Hex | 8 | 72 | CB | 60 | 2C | 0 | 14 | CF | 5C | 29 |
| Octal | 10 | 162 | 313 | 140 | 54 | 0 | 24 | 317 | 134 | 51 |
| Binary | 1000 | 1110010 | 11001011 | 1100000 | 101100 | 0 | 10100 | 11001111 | 1011100 | 101001 |
Color Harmonies of #0872CB
Complementary color
Monochromatic Colors of #0872CB
Black with #0872CB
Text Example
Text Example
White with #0872CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0872CB; }
p { color: rgb(8,114,203); }
H1.HeaderClassName
{
color: #0872CB;
}
.AnyTagClassName
{
color: #0872CB;
}
</style>
background-color css
<style>
a { background-color: #0872CB; }
a { background-color: rgb(8,114,203); }
div.DivClassName
{
background-color: #0872CB;
}
.BgClassName
{
background-color: #0872CB;
}
</style>
border-color css
<style>
span { border-color: #0872CB; }
span { border-color: rgb(8,114,203); }
td.TdClassName
{
border-color: #0872CB;
}
.TagClassName
{
border-color: #0872CB;
}
</style>