Shades of Navy Blue #0953DD
Tints of Navy Blue #0953DD
RGB
CMYK
RGB Variations
Color information
#0953DD (or 0x0953DD) is known color: Navy Blue. HEX triplet: 09, 53 and DD. RGB value is (9,83,221). Sum of RGB (Red+Green+Blue) = 9+83+221=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #0953DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953DD is #F6AC22. Grayscale: #4B4B4B. Windows color (decimal): -16165923 or 14504713. OLE color: 14504713.
HSL color Cylindrical-coordinate representation of color #0953DD: hue angle of 219.06º 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 #0953DD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 83 | 221 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.13 |
| HSL | 219.06º | 0.92% | 0.45% | - |
| HSV(B) | 219.06º | 0.96% | 0.87% | - |
| XYZ | 16.26 | 11.47 | 69.76 | - |
| YUV | 76.61 | 209.48 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 221 | 0.96 | 0.62 | 0 | 0.13 | 219.06 | 0.92 | 0.45 |
| Hex | 9 | 53 | DD | 60 | 3E | 0 | D | DB | 5C | 2D |
| Octal | 11 | 123 | 335 | 140 | 76 | 0 | 15 | 333 | 134 | 55 |
| Binary | 1001 | 1010011 | 11011101 | 1100000 | 111110 | 0 | 1101 | 11011011 | 1011100 | 101101 |
Color Harmonies of #0953DD
Complementary color
Monochromatic Colors of #0953DD
Black with #0953DD
Text Example
Text Example
White with #0953DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0953DD; }
p { color: rgb(9,83,221); }
H1.HeaderClassName
{
color: #0953DD;
}
.AnyTagClassName
{
color: #0953DD;
}
</style>
background-color css
<style>
a { background-color: #0953DD; }
a { background-color: rgb(9,83,221); }
div.DivClassName
{
background-color: #0953DD;
}
.BgClassName
{
background-color: #0953DD;
}
</style>
border-color css
<style>
span { border-color: #0953DD; }
span { border-color: rgb(9,83,221); }
td.TdClassName
{
border-color: #0953DD;
}
.TagClassName
{
border-color: #0953DD;
}
</style>