Shades of Navy Blue #095ADF
Tints of Navy Blue #095ADF
RGB
CMYK
RGB Variations
Color information
#095ADF (or 0x095ADF) is known color: Navy Blue. HEX triplet: 09, 5A and DF. RGB value is (9,90,223). Sum of RGB (Red+Green+Blue) = 9+90+223=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #095ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ADF is #F6A520. Grayscale: #505050. Windows color (decimal): -16164129 or 14637577. OLE color: 14637577.
HSL color Cylindrical-coordinate representation of color #095ADF: hue angle of 217.29º 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 #095ADF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 90 | 223 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.13 |
| HSL | 217.29º | 0.92% | 0.45% | - |
| HSV(B) | 217.29º | 0.96% | 0.87% | - |
| XYZ | 17.09 | 12.7 | 71.36 | - |
| YUV | 80.94 | 208.16 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 223 | 0.96 | 0.60 | 0 | 0.13 | 217.29 | 0.92 | 0.45 |
| Hex | 9 | 5A | DF | 60 | 3C | 0 | D | D9 | 5C | 2D |
| Octal | 11 | 132 | 337 | 140 | 74 | 0 | 15 | 331 | 134 | 55 |
| Binary | 1001 | 1011010 | 11011111 | 1100000 | 111100 | 0 | 1101 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095ADF
Complementary color
Monochromatic Colors of #095ADF
Black with #095ADF
Text Example
Text Example
White with #095ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ADF; }
p { color: rgb(9,90,223); }
H1.HeaderClassName
{
color: #095ADF;
}
.AnyTagClassName
{
color: #095ADF;
}
</style>
background-color css
<style>
a { background-color: #095ADF; }
a { background-color: rgb(9,90,223); }
div.DivClassName
{
background-color: #095ADF;
}
.BgClassName
{
background-color: #095ADF;
}
</style>
border-color css
<style>
span { border-color: #095ADF; }
span { border-color: rgb(9,90,223); }
td.TdClassName
{
border-color: #095ADF;
}
.TagClassName
{
border-color: #095ADF;
}
</style>