Shades of Navy Blue #0972DC
Tints of Navy Blue #0972DC
RGB
CMYK
RGB Variations
Color information
#0972DC (or 0x0972DC) is known color: Navy Blue. HEX triplet: 09, 72 and DC. RGB value is (9,114,220). Sum of RGB (Red+Green+Blue) = 9+114+220=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #0972DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972DC is #F68D23. Grayscale: #5E5E5E. Windows color (decimal): -16157988 or 14447113. OLE color: 14447113.
HSL color Cylindrical-coordinate representation of color #0972DC: hue angle of 210.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972DC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 114 | 220 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.14 |
| HSL | 210.14º | 0.92% | 0.45% | - |
| HSV(B) | 210.14º | 0.96% | 0.86% | - |
| XYZ | 19.05 | 17.26 | 70.04 | - |
| YUV | 94.69 | 198.71 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 220 | 0.96 | 0.48 | 0 | 0.14 | 210.14 | 0.92 | 0.45 |
| Hex | 9 | 72 | DC | 60 | 30 | 0 | E | D2 | 5C | 2D |
| Octal | 11 | 162 | 334 | 140 | 60 | 0 | 16 | 322 | 134 | 55 |
| Binary | 1001 | 1110010 | 11011100 | 1100000 | 110000 | 0 | 1110 | 11010010 | 1011100 | 101101 |
Color Harmonies of #0972DC
Complementary color
Monochromatic Colors of #0972DC
Black with #0972DC
Text Example
Text Example
White with #0972DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0972DC; }
p { color: rgb(9,114,220); }
H1.HeaderClassName
{
color: #0972DC;
}
.AnyTagClassName
{
color: #0972DC;
}
</style>
background-color css
<style>
a { background-color: #0972DC; }
a { background-color: rgb(9,114,220); }
div.DivClassName
{
background-color: #0972DC;
}
.BgClassName
{
background-color: #0972DC;
}
</style>
border-color css
<style>
span { border-color: #0972DC; }
span { border-color: rgb(9,114,220); }
td.TdClassName
{
border-color: #0972DC;
}
.TagClassName
{
border-color: #0972DC;
}
</style>