Shades of Navy Blue #095DDC
Tints of Navy Blue #095DDC
RGB
CMYK
RGB Variations
Color information
#095DDC (or 0x095DDC) is known color: Navy Blue. HEX triplet: 09, 5D and DC. RGB value is (9,93,220). Sum of RGB (Red+Green+Blue) = 9+93+220=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #095DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DDC is #F6A223. Grayscale: #515151. Windows color (decimal): -16163364 or 14441737. OLE color: 14441737.
HSL color Cylindrical-coordinate representation of color #095DDC: hue angle of 216.11º 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 #095DDC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 93 | 220 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.14 |
| HSL | 216.11º | 0.92% | 0.45% | - |
| HSV(B) | 216.11º | 0.96% | 0.86% | - |
| XYZ | 16.95 | 13.05 | 69.34 | - |
| YUV | 82.36 | 205.67 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 220 | 0.96 | 0.58 | 0 | 0.14 | 216.11 | 0.92 | 0.45 |
| Hex | 9 | 5D | DC | 60 | 3A | 0 | E | D8 | 5C | 2D |
| Octal | 11 | 135 | 334 | 140 | 72 | 0 | 16 | 330 | 134 | 55 |
| Binary | 1001 | 1011101 | 11011100 | 1100000 | 111010 | 0 | 1110 | 11011000 | 1011100 | 101101 |
Color Harmonies of #095DDC
Complementary color
Monochromatic Colors of #095DDC
Black with #095DDC
Text Example
Text Example
White with #095DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DDC; }
p { color: rgb(9,93,220); }
H1.HeaderClassName
{
color: #095DDC;
}
.AnyTagClassName
{
color: #095DDC;
}
</style>
background-color css
<style>
a { background-color: #095DDC; }
a { background-color: rgb(9,93,220); }
div.DivClassName
{
background-color: #095DDC;
}
.BgClassName
{
background-color: #095DDC;
}
</style>
border-color css
<style>
span { border-color: #095DDC; }
span { border-color: rgb(9,93,220); }
td.TdClassName
{
border-color: #095DDC;
}
.TagClassName
{
border-color: #095DDC;
}
</style>