Shades of Navy Blue #0967CB
Tints of Navy Blue #0967CB
RGB
CMYK
RGB Variations
Color information
#0967CB (or 0x0967CB) is known color: Navy Blue. HEX triplet: 09, 67 and CB. RGB value is (9,103,203). Sum of RGB (Red+Green+Blue) = 9+103+203=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #0967CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0967CB is #F69834. Grayscale: #555555. Windows color (decimal): -16160821 or 13330185. OLE color: 13330185.
HSL color Cylindrical-coordinate representation of color #0967CB: hue angle of 210.93º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0967CB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 103 | 203 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.20 |
| HSL | 210.93º | 0.92% | 0.42% | - |
| HSV(B) | 210.93º | 0.96% | 0.8% | - |
| XYZ | 15.74 | 14.07 | 58.39 | - |
| YUV | 86.29 | 193.86 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 203 | 0.96 | 0.49 | 0 | 0.20 | 210.93 | 0.92 | 0.42 |
| Hex | 9 | 67 | CB | 60 | 31 | 0 | 14 | D3 | 5C | 2A |
| Octal | 11 | 147 | 313 | 140 | 61 | 0 | 24 | 323 | 134 | 52 |
| Binary | 1001 | 1100111 | 11001011 | 1100000 | 110001 | 0 | 10100 | 11010011 | 1011100 | 101010 |
Color Harmonies of #0967CB
Complementary color
Monochromatic Colors of #0967CB
Black with #0967CB
Text Example
Text Example
White with #0967CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967CB; }
p { color: rgb(9,103,203); }
H1.HeaderClassName
{
color: #0967CB;
}
.AnyTagClassName
{
color: #0967CB;
}
</style>
background-color css
<style>
a { background-color: #0967CB; }
a { background-color: rgb(9,103,203); }
div.DivClassName
{
background-color: #0967CB;
}
.BgClassName
{
background-color: #0967CB;
}
</style>
border-color css
<style>
span { border-color: #0967CB; }
span { border-color: rgb(9,103,203); }
td.TdClassName
{
border-color: #0967CB;
}
.TagClassName
{
border-color: #0967CB;
}
</style>