Shades of Navy Blue #095AD1
Tints of Navy Blue #095AD1
RGB
CMYK
RGB Variations
Color information
#095AD1 (or 0x095AD1) is known color: Navy Blue. HEX triplet: 09, 5A and D1. RGB value is (9,90,209). Sum of RGB (Red+Green+Blue) = 9+90+209=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 209 (82.03% from 255 or 67.86% from 308); Max value from RGB is 209 - color contains mainly: blue. Hex color #095AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AD1 is #F6A52E. Grayscale: #4E4E4E. Windows color (decimal): -16164143 or 13720073. OLE color: 13720073.
HSL color Cylindrical-coordinate representation of color #095AD1: hue angle of 215.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AD1 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 90 | 209 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.18 |
| HSL | 215.7º | 0.92% | 0.43% | - |
| HSV(B) | 215.7º | 0.96% | 0.82% | - |
| XYZ | 15.28 | 11.97 | 61.83 | - |
| YUV | 79.35 | 201.16 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 209 | 0.96 | 0.57 | 0 | 0.18 | 215.7 | 0.92 | 0.43 |
| Hex | 9 | 5A | D1 | 60 | 39 | 0 | 12 | D8 | 5C | 2B |
| Octal | 11 | 132 | 321 | 140 | 71 | 0 | 22 | 330 | 134 | 53 |
| Binary | 1001 | 1011010 | 11010001 | 1100000 | 111001 | 0 | 10010 | 11011000 | 1011100 | 101011 |
Color Harmonies of #095AD1
Complementary color
Monochromatic Colors of #095AD1
Black with #095AD1
Text Example
Text Example
White with #095AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AD1; }
p { color: rgb(9,90,209); }
H1.HeaderClassName
{
color: #095AD1;
}
.AnyTagClassName
{
color: #095AD1;
}
</style>
background-color css
<style>
a { background-color: #095AD1; }
a { background-color: rgb(9,90,209); }
div.DivClassName
{
background-color: #095AD1;
}
.BgClassName
{
background-color: #095AD1;
}
</style>
border-color css
<style>
span { border-color: #095AD1; }
span { border-color: rgb(9,90,209); }
td.TdClassName
{
border-color: #095AD1;
}
.TagClassName
{
border-color: #095AD1;
}
</style>