Shades of Navy Blue #095DD4
Tints of Navy Blue #095DD4
RGB
CMYK
RGB Variations
Color information
#095DD4 (or 0x095DD4) is known color: Navy Blue. HEX triplet: 09, 5D and D4. RGB value is (9,93,212). Sum of RGB (Red+Green+Blue) = 9+93+212=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #095DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DD4 is #F6A22B. Grayscale: #505050. Windows color (decimal): -16163372 or 13917449. OLE color: 13917449.
HSL color Cylindrical-coordinate representation of color #095DD4: hue angle of 215.17º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DD4 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 93 | 212 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.17 |
| HSL | 215.17º | 0.92% | 0.43% | - |
| HSV(B) | 215.17º | 0.96% | 0.83% | - |
| XYZ | 15.91 | 12.64 | 63.89 | - |
| YUV | 81.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 212 | 0.96 | 0.56 | 0 | 0.17 | 215.17 | 0.92 | 0.43 |
| Hex | 9 | 5D | D4 | 60 | 38 | 0 | 11 | D7 | 5C | 2B |
| Octal | 11 | 135 | 324 | 140 | 70 | 0 | 21 | 327 | 134 | 53 |
| Binary | 1001 | 1011101 | 11010100 | 1100000 | 111000 | 0 | 10001 | 11010111 | 1011100 | 101011 |
Color Harmonies of #095DD4
Complementary color
Monochromatic Colors of #095DD4
Black with #095DD4
Text Example
Text Example
White with #095DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DD4; }
p { color: rgb(9,93,212); }
H1.HeaderClassName
{
color: #095DD4;
}
.AnyTagClassName
{
color: #095DD4;
}
</style>
background-color css
<style>
a { background-color: #095DD4; }
a { background-color: rgb(9,93,212); }
div.DivClassName
{
background-color: #095DD4;
}
.BgClassName
{
background-color: #095DD4;
}
</style>
border-color css
<style>
span { border-color: #095DD4; }
span { border-color: rgb(9,93,212); }
td.TdClassName
{
border-color: #095DD4;
}
.TagClassName
{
border-color: #095DD4;
}
</style>