Shades of Navy Blue #095BEA
Tints of Navy Blue #095BEA
RGB
CMYK
RGB Variations
Color information
#095BEA (or 0x095BEA) is known color: Navy Blue. HEX triplet: 09, 5B and EA. RGB value is (9,91,234). Sum of RGB (Red+Green+Blue) = 9+91+234=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #095BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BEA is #F6A415. Grayscale: #525252. Windows color (decimal): -16163862 or 15358729. OLE color: 15358729.
HSL color Cylindrical-coordinate representation of color #095BEA: hue angle of 218.13º 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 #095BEA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 91 | 234 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.08 |
| HSL | 218.13º | 0.93% | 0.48% | - |
| HSV(B) | 218.13º | 0.96% | 0.92% | - |
| XYZ | 18.71 | 13.48 | 79.46 | - |
| YUV | 82.78 | 213.33 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 234 | 0.96 | 0.61 | 0 | 0.08 | 218.13 | 0.93 | 0.48 |
| Hex | 9 | 5B | EA | 60 | 3D | 0 | 8 | DA | 5D | 30 |
| Octal | 11 | 133 | 352 | 140 | 75 | 0 | 10 | 332 | 135 | 60 |
| Binary | 1001 | 1011011 | 11101010 | 1100000 | 111101 | 0 | 1000 | 11011010 | 1011101 | 110000 |
Color Harmonies of #095BEA
Complementary color
Monochromatic Colors of #095BEA
Black with #095BEA
Text Example
Text Example
White with #095BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BEA; }
p { color: rgb(9,91,234); }
H1.HeaderClassName
{
color: #095BEA;
}
.AnyTagClassName
{
color: #095BEA;
}
</style>
background-color css
<style>
a { background-color: #095BEA; }
a { background-color: rgb(9,91,234); }
div.DivClassName
{
background-color: #095BEA;
}
.BgClassName
{
background-color: #095BEA;
}
</style>
border-color css
<style>
span { border-color: #095BEA; }
span { border-color: rgb(9,91,234); }
td.TdClassName
{
border-color: #095BEA;
}
.TagClassName
{
border-color: #095BEA;
}
</style>