Shades of Navy Blue #0957DC
Tints of Navy Blue #0957DC
RGB
CMYK
RGB Variations
Color information
#0957DC (or 0x0957DC) is known color: Navy Blue. HEX triplet: 09, 57 and DC. RGB value is (9,87,220). Sum of RGB (Red+Green+Blue) = 9+87+220=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #0957DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957DC is #F6A823. Grayscale: #4E4E4E. Windows color (decimal): -16164900 or 14440201. OLE color: 14440201.
HSL color Cylindrical-coordinate representation of color #0957DC: hue angle of 217.82º 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 #0957DC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 87 | 220 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.14 |
| HSL | 217.82º | 0.92% | 0.45% | - |
| HSV(B) | 217.82º | 0.96% | 0.86% | - |
| XYZ | 16.44 | 12.04 | 69.17 | - |
| YUV | 78.84 | 207.66 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 220 | 0.96 | 0.60 | 0 | 0.14 | 217.82 | 0.92 | 0.45 |
| Hex | 9 | 57 | DC | 60 | 3C | 0 | E | DA | 5C | 2D |
| Octal | 11 | 127 | 334 | 140 | 74 | 0 | 16 | 332 | 134 | 55 |
| Binary | 1001 | 1010111 | 11011100 | 1100000 | 111100 | 0 | 1110 | 11011010 | 1011100 | 101101 |
Color Harmonies of #0957DC
Complementary color
Monochromatic Colors of #0957DC
Black with #0957DC
Text Example
Text Example
White with #0957DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0957DC; }
p { color: rgb(9,87,220); }
H1.HeaderClassName
{
color: #0957DC;
}
.AnyTagClassName
{
color: #0957DC;
}
</style>
background-color css
<style>
a { background-color: #0957DC; }
a { background-color: rgb(9,87,220); }
div.DivClassName
{
background-color: #0957DC;
}
.BgClassName
{
background-color: #0957DC;
}
</style>
border-color css
<style>
span { border-color: #0957DC; }
span { border-color: rgb(9,87,220); }
td.TdClassName
{
border-color: #0957DC;
}
.TagClassName
{
border-color: #0957DC;
}
</style>