Shades of Navy Blue #0969CC
Tints of Navy Blue #0969CC
RGB
CMYK
RGB Variations
Color information
#0969CC (or 0x0969CC) is known color: Navy Blue. HEX triplet: 09, 69 and CC. RGB value is (9,105,204). Sum of RGB (Red+Green+Blue) = 9+105+204=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #0969CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969CC is #F69633. Grayscale: #575757. Windows color (decimal): -16160308 or 13396233. OLE color: 13396233.
HSL color Cylindrical-coordinate representation of color #0969CC: hue angle of 210.46º 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 #0969CC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 105 | 204 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.2 |
| HSL | 210.46º | 0.92% | 0.42% | - |
| HSV(B) | 210.46º | 0.96% | 0.8% | - |
| XYZ | 16.06 | 14.52 | 59.08 | - |
| YUV | 87.58 | 193.7 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 204 | 0.96 | 0.49 | 0 | 0.2 | 210.46 | 0.92 | 0.42 |
| Hex | 9 | 69 | CC | 60 | 31 | 0 | 14 | D2 | 5C | 2A |
| Octal | 11 | 151 | 314 | 140 | 61 | 0 | 24 | 322 | 134 | 52 |
| Binary | 1001 | 1101001 | 11001100 | 1100000 | 110001 | 0 | 10100 | 11010010 | 1011100 | 101010 |
Color Harmonies of #0969CC
Complementary color
Monochromatic Colors of #0969CC
Black with #0969CC
Text Example
Text Example
White with #0969CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969CC; }
p { color: rgb(9,105,204); }
H1.HeaderClassName
{
color: #0969CC;
}
.AnyTagClassName
{
color: #0969CC;
}
</style>
background-color css
<style>
a { background-color: #0969CC; }
a { background-color: rgb(9,105,204); }
div.DivClassName
{
background-color: #0969CC;
}
.BgClassName
{
background-color: #0969CC;
}
</style>
border-color css
<style>
span { border-color: #0969CC; }
span { border-color: rgb(9,105,204); }
td.TdClassName
{
border-color: #0969CC;
}
.TagClassName
{
border-color: #0969CC;
}
</style>