Shades of Navy Blue #0957DF
Tints of Navy Blue #0957DF
RGB
CMYK
RGB Variations
Color information
#0957DF (or 0x0957DF) is known color: Navy Blue. HEX triplet: 09, 57 and DF. RGB value is (9,87,223). Sum of RGB (Red+Green+Blue) = 9+87+223=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #0957DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957DF is #F6A820. Grayscale: #4E4E4E. Windows color (decimal): -16164897 or 14636809. OLE color: 14636809.
HSL color Cylindrical-coordinate representation of color #0957DF: hue angle of 218.13º 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 #0957DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 87 | 223 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 218.13º | 0.92% | 0.45% | - |
| HSV(B) | 218.13º | 0.96% | 0.87% | - |
| XYZ | 16.84 | 12.2 | 71.28 | - |
| YUV | 79.18 | 209.16 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 223 | 0.96 | 0.61 | 0 | 0.13 | 218.13 | 0.92 | 0.45 |
| Hex | 9 | 57 | DF | 60 | 3D | 0 | D | DA | 5C | 2D |
| Octal | 11 | 127 | 337 | 140 | 75 | 0 | 15 | 332 | 134 | 55 |
| Binary | 1001 | 1010111 | 11011111 | 1100000 | 111101 | 0 | 1101 | 11011010 | 1011100 | 101101 |
Color Harmonies of #0957DF
Complementary color
Monochromatic Colors of #0957DF
Black with #0957DF
Text Example
Text Example
White with #0957DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0957DF; }
p { color: rgb(9,87,223); }
H1.HeaderClassName
{
color: #0957DF;
}
.AnyTagClassName
{
color: #0957DF;
}
</style>
background-color css
<style>
a { background-color: #0957DF; }
a { background-color: rgb(9,87,223); }
div.DivClassName
{
background-color: #0957DF;
}
.BgClassName
{
background-color: #0957DF;
}
</style>
border-color css
<style>
span { border-color: #0957DF; }
span { border-color: rgb(9,87,223); }
td.TdClassName
{
border-color: #0957DF;
}
.TagClassName
{
border-color: #0957DF;
}
</style>