Shades of Navy Blue #0975CE
Tints of Navy Blue #0975CE
RGB
CMYK
RGB Variations
Color information
#0975CE (or 0x0975CE) is known color: Navy Blue. HEX triplet: 09, 75 and CE. RGB value is (9,117,206). Sum of RGB (Red+Green+Blue) = 9+117+206=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #0975CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975CE is #F68A31. Grayscale: #5E5E5E. Windows color (decimal): -16157234 or 13530377. OLE color: 13530377.
HSL color Cylindrical-coordinate representation of color #0975CE: hue angle of 207.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975CE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 117 | 206 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.19 |
| HSL | 207.11º | 0.92% | 0.42% | - |
| HSV(B) | 207.11º | 0.96% | 0.81% | - |
| XYZ | 17.61 | 17.24 | 60.79 | - |
| YUV | 94.85 | 190.72 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 206 | 0.96 | 0.43 | 0 | 0.19 | 207.11 | 0.92 | 0.42 |
| Hex | 9 | 75 | CE | 60 | 2B | 0 | 13 | CF | 5C | 2A |
| Octal | 11 | 165 | 316 | 140 | 53 | 0 | 23 | 317 | 134 | 52 |
| Binary | 1001 | 1110101 | 11001110 | 1100000 | 101011 | 0 | 10011 | 11001111 | 1011100 | 101010 |
Color Harmonies of #0975CE
Complementary color
Monochromatic Colors of #0975CE
Black with #0975CE
Text Example
Text Example
White with #0975CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975CE; }
p { color: rgb(9,117,206); }
H1.HeaderClassName
{
color: #0975CE;
}
.AnyTagClassName
{
color: #0975CE;
}
</style>
background-color css
<style>
a { background-color: #0975CE; }
a { background-color: rgb(9,117,206); }
div.DivClassName
{
background-color: #0975CE;
}
.BgClassName
{
background-color: #0975CE;
}
</style>
border-color css
<style>
span { border-color: #0975CE; }
span { border-color: rgb(9,117,206); }
td.TdClassName
{
border-color: #0975CE;
}
.TagClassName
{
border-color: #0975CE;
}
</style>