Shades of Navy Blue #0957DD
Tints of Navy Blue #0957DD
RGB
CMYK
RGB Variations
Color information
#0957DD (or 0x0957DD) is known color: Navy Blue. HEX triplet: 09, 57 and DD. RGB value is (9,87,221). Sum of RGB (Red+Green+Blue) = 9+87+221=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #0957DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957DD is #F6A822. Grayscale: #4E4E4E. Windows color (decimal): -16164899 or 14505737. OLE color: 14505737.
HSL color Cylindrical-coordinate representation of color #0957DD: hue angle of 217.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0957DD is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 87 | 221 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 217.92º | 0.92% | 0.45% | - |
| HSV(B) | 217.92º | 0.96% | 0.87% | - |
| XYZ | 16.57 | 12.09 | 69.87 | - |
| YUV | 78.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 221 | 0.96 | 0.61 | 0 | 0.13 | 217.92 | 0.92 | 0.45 |
| Hex | 9 | 57 | DD | 60 | 3D | 0 | D | DA | 5C | 2D |
| Octal | 11 | 127 | 335 | 140 | 75 | 0 | 15 | 332 | 134 | 55 |
| Binary | 1001 | 1010111 | 11011101 | 1100000 | 111101 | 0 | 1101 | 11011010 | 1011100 | 101101 |
Color Harmonies of #0957DD
Complementary color
Monochromatic Colors of #0957DD
Black with #0957DD
Text Example
Text Example
White with #0957DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0957DD; }
p { color: rgb(9,87,221); }
H1.HeaderClassName
{
color: #0957DD;
}
.AnyTagClassName
{
color: #0957DD;
}
</style>
background-color css
<style>
a { background-color: #0957DD; }
a { background-color: rgb(9,87,221); }
div.DivClassName
{
background-color: #0957DD;
}
.BgClassName
{
background-color: #0957DD;
}
</style>
border-color css
<style>
span { border-color: #0957DD; }
span { border-color: rgb(9,87,221); }
td.TdClassName
{
border-color: #0957DD;
}
.TagClassName
{
border-color: #0957DD;
}
</style>