Shades of Navy Blue #095AEA
Tints of Navy Blue #095AEA
RGB
CMYK
RGB Variations
Color information
#095AEA (or 0x095AEA) is known color: Navy Blue. HEX triplet: 09, 5A and EA. RGB value is (9,90,234). Sum of RGB (Red+Green+Blue) = 9+90+234=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #095AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AEA is #F6A515. Grayscale: #515151. Windows color (decimal): -16164118 or 15358473. OLE color: 15358473.
HSL color Cylindrical-coordinate representation of color #095AEA: hue angle of 218.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AEA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 90 | 234 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.08 |
| HSL | 218.4º | 0.93% | 0.48% | - |
| HSV(B) | 218.4º | 0.96% | 0.92% | - |
| XYZ | 18.62 | 13.31 | 79.43 | - |
| YUV | 82.2 | 213.66 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 234 | 0.96 | 0.62 | 0 | 0.08 | 218.4 | 0.93 | 0.48 |
| Hex | 9 | 5A | EA | 60 | 3E | 0 | 8 | DA | 5D | 30 |
| Octal | 11 | 132 | 352 | 140 | 76 | 0 | 10 | 332 | 135 | 60 |
| Binary | 1001 | 1011010 | 11101010 | 1100000 | 111110 | 0 | 1000 | 11011010 | 1011101 | 110000 |
Color Harmonies of #095AEA
Complementary color
Monochromatic Colors of #095AEA
Black with #095AEA
Text Example
Text Example
White with #095AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AEA; }
p { color: rgb(9,90,234); }
H1.HeaderClassName
{
color: #095AEA;
}
.AnyTagClassName
{
color: #095AEA;
}
</style>
background-color css
<style>
a { background-color: #095AEA; }
a { background-color: rgb(9,90,234); }
div.DivClassName
{
background-color: #095AEA;
}
.BgClassName
{
background-color: #095AEA;
}
</style>
border-color css
<style>
span { border-color: #095AEA; }
span { border-color: rgb(9,90,234); }
td.TdClassName
{
border-color: #095AEA;
}
.TagClassName
{
border-color: #095AEA;
}
</style>