Shades of Navy Blue #0975EC
Tints of Navy Blue #0975EC
RGB
CMYK
RGB Variations
Color information
#0975EC (or 0x0975EC) is known color: Navy Blue. HEX triplet: 09, 75 and EC. RGB value is (9,117,236). Sum of RGB (Red+Green+Blue) = 9+117+236=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #0975EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975EC is #F68A13. Grayscale: #616161. Windows color (decimal): -16157204 or 15496457. OLE color: 15496457.
HSL color Cylindrical-coordinate representation of color #0975EC: hue angle of 211.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975EC is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 117 | 236 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.07 |
| HSL | 211.45º | 0.93% | 0.48% | - |
| HSV(B) | 211.45º | 0.96% | 0.93% | - |
| XYZ | 21.61 | 18.84 | 81.85 | - |
| YUV | 98.27 | 205.72 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 236 | 0.96 | 0.50 | 0 | 0.07 | 211.45 | 0.93 | 0.48 |
| Hex | 9 | 75 | EC | 60 | 32 | 0 | 7 | D3 | 5D | 30 |
| Octal | 11 | 165 | 354 | 140 | 62 | 0 | 7 | 323 | 135 | 60 |
| Binary | 1001 | 1110101 | 11101100 | 1100000 | 110010 | 0 | 111 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0975EC
Complementary color
Monochromatic Colors of #0975EC
Black with #0975EC
Text Example
Text Example
White with #0975EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975EC; }
p { color: rgb(9,117,236); }
H1.HeaderClassName
{
color: #0975EC;
}
.AnyTagClassName
{
color: #0975EC;
}
</style>
background-color css
<style>
a { background-color: #0975EC; }
a { background-color: rgb(9,117,236); }
div.DivClassName
{
background-color: #0975EC;
}
.BgClassName
{
background-color: #0975EC;
}
</style>
border-color css
<style>
span { border-color: #0975EC; }
span { border-color: rgb(9,117,236); }
td.TdClassName
{
border-color: #0975EC;
}
.TagClassName
{
border-color: #0975EC;
}
</style>