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