Shades of Navy Blue #0959CC
Tints of Navy Blue #0959CC
RGB
CMYK
RGB Variations
Color information
#0959CC (or 0x0959CC) is known color: Navy Blue. HEX triplet: 09, 59 and CC. RGB value is (9,89,204). Sum of RGB (Red+Green+Blue) = 9+89+204=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #0959CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CC is #F6A633. Grayscale: #4D4D4D. Windows color (decimal): -16164404 or 13392137. OLE color: 13392137.
HSL color Cylindrical-coordinate representation of color #0959CC: hue angle of 215.38º 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 #0959CC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 89 | 204 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.2 |
| HSL | 215.38º | 0.92% | 0.42% | - |
| HSV(B) | 215.38º | 0.96% | 0.8% | - |
| XYZ | 14.58 | 11.56 | 58.59 | - |
| YUV | 78.19 | 199 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 204 | 0.96 | 0.56 | 0 | 0.2 | 215.38 | 0.92 | 0.42 |
| Hex | 9 | 59 | CC | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 131 | 314 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011001 | 11001100 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #0959CC
Complementary color
Monochromatic Colors of #0959CC
Black with #0959CC
Text Example
Text Example
White with #0959CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959CC; }
p { color: rgb(9,89,204); }
H1.HeaderClassName
{
color: #0959CC;
}
.AnyTagClassName
{
color: #0959CC;
}
</style>
background-color css
<style>
a { background-color: #0959CC; }
a { background-color: rgb(9,89,204); }
div.DivClassName
{
background-color: #0959CC;
}
.BgClassName
{
background-color: #0959CC;
}
</style>
border-color css
<style>
span { border-color: #0959CC; }
span { border-color: rgb(9,89,204); }
td.TdClassName
{
border-color: #0959CC;
}
.TagClassName
{
border-color: #0959CC;
}
</style>