Shades of Navy Blue #0953DC
Tints of Navy Blue #0953DC
RGB
CMYK
RGB Variations
Color information
#0953DC (or 0x0953DC) is known color: Navy Blue. HEX triplet: 09, 53 and DC. RGB value is (9,83,220). Sum of RGB (Red+Green+Blue) = 9+83+220=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #0953DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953DC is #F6AC23. Grayscale: #4B4B4B. Windows color (decimal): -16165924 or 14439177. OLE color: 14439177.
HSL color Cylindrical-coordinate representation of color #0953DC: hue angle of 218.96º 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 #0953DC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 83 | 220 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.14 |
| HSL | 218.96º | 0.92% | 0.45% | - |
| HSV(B) | 218.96º | 0.96% | 0.86% | - |
| XYZ | 16.12 | 11.41 | 69.06 | - |
| YUV | 76.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 220 | 0.96 | 0.62 | 0 | 0.14 | 218.96 | 0.92 | 0.45 |
| Hex | 9 | 53 | DC | 60 | 3E | 0 | E | DB | 5C | 2D |
| Octal | 11 | 123 | 334 | 140 | 76 | 0 | 16 | 333 | 134 | 55 |
| Binary | 1001 | 1010011 | 11011100 | 1100000 | 111110 | 0 | 1110 | 11011011 | 1011100 | 101101 |
Color Harmonies of #0953DC
Complementary color
Monochromatic Colors of #0953DC
Black with #0953DC
Text Example
Text Example
White with #0953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0953DC; }
p { color: rgb(9,83,220); }
H1.HeaderClassName
{
color: #0953DC;
}
.AnyTagClassName
{
color: #0953DC;
}
</style>
background-color css
<style>
a { background-color: #0953DC; }
a { background-color: rgb(9,83,220); }
div.DivClassName
{
background-color: #0953DC;
}
.BgClassName
{
background-color: #0953DC;
}
</style>
border-color css
<style>
span { border-color: #0953DC; }
span { border-color: rgb(9,83,220); }
td.TdClassName
{
border-color: #0953DC;
}
.TagClassName
{
border-color: #0953DC;
}
</style>