Shades of Navy Blue #0975DC
Tints of Navy Blue #0975DC
RGB
CMYK
RGB Variations
Color information
#0975DC (or 0x0975DC) is known color: Navy Blue. HEX triplet: 09, 75 and DC. RGB value is (9,117,220). Sum of RGB (Red+Green+Blue) = 9+117+220=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #0975DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975DC is #F68A23. Grayscale: #5F5F5F. Windows color (decimal): -16157220 or 14447881. OLE color: 14447881.
HSL color Cylindrical-coordinate representation of color #0975DC: hue angle of 209.29º 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 #0975DC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 117 | 220 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.14 |
| HSL | 209.29º | 0.92% | 0.45% | - |
| HSV(B) | 209.29º | 0.96% | 0.86% | - |
| XYZ | 19.39 | 17.95 | 70.15 | - |
| YUV | 96.45 | 197.72 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 220 | 0.96 | 0.47 | 0 | 0.14 | 209.29 | 0.92 | 0.45 |
| Hex | 9 | 75 | DC | 60 | 2F | 0 | E | D1 | 5C | 2D |
| Octal | 11 | 165 | 334 | 140 | 57 | 0 | 16 | 321 | 134 | 55 |
| Binary | 1001 | 1110101 | 11011100 | 1100000 | 101111 | 0 | 1110 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0975DC
Complementary color
Monochromatic Colors of #0975DC
Black with #0975DC
Text Example
Text Example
White with #0975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975DC; }
p { color: rgb(9,117,220); }
H1.HeaderClassName
{
color: #0975DC;
}
.AnyTagClassName
{
color: #0975DC;
}
</style>
background-color css
<style>
a { background-color: #0975DC; }
a { background-color: rgb(9,117,220); }
div.DivClassName
{
background-color: #0975DC;
}
.BgClassName
{
background-color: #0975DC;
}
</style>
border-color css
<style>
span { border-color: #0975DC; }
span { border-color: rgb(9,117,220); }
td.TdClassName
{
border-color: #0975DC;
}
.TagClassName
{
border-color: #0975DC;
}
</style>