Shades of Navy Blue #095FEA
Tints of Navy Blue #095FEA
RGB
CMYK
RGB Variations
Color information
#095FEA (or 0x095FEA) is known color: Navy Blue. HEX triplet: 09, 5F and EA. RGB value is (9,95,234). Sum of RGB (Red+Green+Blue) = 9+95+234=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #095FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FEA is #F6A015. Grayscale: #545454. Windows color (decimal): -16162838 or 15359753. OLE color: 15359753.
HSL color Cylindrical-coordinate representation of color #095FEA: hue angle of 217.07º 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 #095FEA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 95 | 234 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.08 |
| HSL | 217.07º | 0.93% | 0.48% | - |
| HSV(B) | 217.07º | 0.96% | 0.92% | - |
| XYZ | 19.06 | 14.18 | 79.58 | - |
| YUV | 85.13 | 212.01 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 234 | 0.96 | 0.59 | 0 | 0.08 | 217.07 | 0.93 | 0.48 |
| Hex | 9 | 5F | EA | 60 | 3B | 0 | 8 | D9 | 5D | 30 |
| Octal | 11 | 137 | 352 | 140 | 73 | 0 | 10 | 331 | 135 | 60 |
| Binary | 1001 | 1011111 | 11101010 | 1100000 | 111011 | 0 | 1000 | 11011001 | 1011101 | 110000 |
Color Harmonies of #095FEA
Complementary color
Monochromatic Colors of #095FEA
Black with #095FEA
Text Example
Text Example
White with #095FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FEA; }
p { color: rgb(9,95,234); }
H1.HeaderClassName
{
color: #095FEA;
}
.AnyTagClassName
{
color: #095FEA;
}
</style>
background-color css
<style>
a { background-color: #095FEA; }
a { background-color: rgb(9,95,234); }
div.DivClassName
{
background-color: #095FEA;
}
.BgClassName
{
background-color: #095FEA;
}
</style>
border-color css
<style>
span { border-color: #095FEA; }
span { border-color: rgb(9,95,234); }
td.TdClassName
{
border-color: #095FEA;
}
.TagClassName
{
border-color: #095FEA;
}
</style>