Shades of Navy Blue #095CDD
Tints of Navy Blue #095CDD
RGB
CMYK
RGB Variations
Color information
#095CDD (or 0x095CDD) is known color: Navy Blue. HEX triplet: 09, 5C and DD. RGB value is (9,92,221). Sum of RGB (Red+Green+Blue) = 9+92+221=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #095CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CDD is #F6A322. Grayscale: #515151. Windows color (decimal): -16163619 or 14507017. OLE color: 14507017.
HSL color Cylindrical-coordinate representation of color #095CDD: hue angle of 216.51º 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 #095CDD is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 92 | 221 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.13 |
| HSL | 216.51º | 0.92% | 0.45% | - |
| HSV(B) | 216.51º | 0.96% | 0.87% | - |
| XYZ | 16.99 | 12.93 | 70.01 | - |
| YUV | 81.89 | 206.5 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 221 | 0.96 | 0.58 | 0 | 0.13 | 216.51 | 0.92 | 0.45 |
| Hex | 9 | 5C | DD | 60 | 3A | 0 | D | D9 | 5C | 2D |
| Octal | 11 | 134 | 335 | 140 | 72 | 0 | 15 | 331 | 134 | 55 |
| Binary | 1001 | 1011100 | 11011101 | 1100000 | 111010 | 0 | 1101 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095CDD
Complementary color
Monochromatic Colors of #095CDD
Black with #095CDD
Text Example
Text Example
White with #095CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CDD; }
p { color: rgb(9,92,221); }
H1.HeaderClassName
{
color: #095CDD;
}
.AnyTagClassName
{
color: #095CDD;
}
</style>
background-color css
<style>
a { background-color: #095CDD; }
a { background-color: rgb(9,92,221); }
div.DivClassName
{
background-color: #095CDD;
}
.BgClassName
{
background-color: #095CDD;
}
</style>
border-color css
<style>
span { border-color: #095CDD; }
span { border-color: rgb(9,92,221); }
td.TdClassName
{
border-color: #095CDD;
}
.TagClassName
{
border-color: #095CDD;
}
</style>