Shades of Navy Blue #0957CF
Tints of Navy Blue #0957CF
RGB
CMYK
RGB Variations
Color information
#0957CF (or 0x0957CF) is known color: Navy Blue. HEX triplet: 09, 57 and CF. RGB value is (9,87,207). Sum of RGB (Red+Green+Blue) = 9+87+207=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0957CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957CF is #F6A830. Grayscale: #4C4C4C. Windows color (decimal): -16164913 or 13588233. OLE color: 13588233.
HSL color Cylindrical-coordinate representation of color #0957CF: hue angle of 216.36º 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 #0957CF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 87 | 207 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.19 |
| HSL | 216.36º | 0.92% | 0.42% | - |
| HSV(B) | 216.36º | 0.96% | 0.81% | - |
| XYZ | 14.78 | 11.38 | 60.45 | - |
| YUV | 77.36 | 201.16 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 207 | 0.96 | 0.58 | 0 | 0.19 | 216.36 | 0.92 | 0.42 |
| Hex | 9 | 57 | CF | 60 | 3A | 0 | 13 | D8 | 5C | 2A |
| Octal | 11 | 127 | 317 | 140 | 72 | 0 | 23 | 330 | 134 | 52 |
| Binary | 1001 | 1010111 | 11001111 | 1100000 | 111010 | 0 | 10011 | 11011000 | 1011100 | 101010 |
Color Harmonies of #0957CF
Complementary color
Monochromatic Colors of #0957CF
Black with #0957CF
Text Example
Text Example
White with #0957CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0957CF; }
p { color: rgb(9,87,207); }
H1.HeaderClassName
{
color: #0957CF;
}
.AnyTagClassName
{
color: #0957CF;
}
</style>
background-color css
<style>
a { background-color: #0957CF; }
a { background-color: rgb(9,87,207); }
div.DivClassName
{
background-color: #0957CF;
}
.BgClassName
{
background-color: #0957CF;
}
</style>
border-color css
<style>
span { border-color: #0957CF; }
span { border-color: rgb(9,87,207); }
td.TdClassName
{
border-color: #0957CF;
}
.TagClassName
{
border-color: #0957CF;
}
</style>