Shades of Navy Blue #095FE6
Tints of Navy Blue #095FE6
RGB
CMYK
RGB Variations
Color information
#095FE6 (or 0x095FE6) is known color: Navy Blue. HEX triplet: 09, 5F and E6. RGB value is (9,95,230). Sum of RGB (Red+Green+Blue) = 9+95+230=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 230 (90.23% from 255 or 68.86% from 334); Max value from RGB is 230 - color contains mainly: blue. Hex color #095FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FE6 is #F6A019. Grayscale: #545454. Windows color (decimal): -16162842 or 15097609. OLE color: 15097609.
HSL color Cylindrical-coordinate representation of color #095FE6: hue angle of 216.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FE6 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 95 | 230 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.10 |
| HSL | 216.65º | 0.92% | 0.47% | - |
| HSV(B) | 216.65º | 0.96% | 0.9% | - |
| XYZ | 18.49 | 13.96 | 76.58 | - |
| YUV | 84.68 | 210.01 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 230 | 0.96 | 0.59 | 0 | 0.10 | 216.65 | 0.92 | 0.47 |
| Hex | 9 | 5F | E6 | 60 | 3B | 0 | A | D9 | 5C | 2F |
| Octal | 11 | 137 | 346 | 140 | 73 | 0 | 12 | 331 | 134 | 57 |
| Binary | 1001 | 1011111 | 11100110 | 1100000 | 111011 | 0 | 1010 | 11011001 | 1011100 | 101111 |
Color Harmonies of #095FE6
Complementary color
Monochromatic Colors of #095FE6
Black with #095FE6
Text Example
Text Example
White with #095FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FE6; }
p { color: rgb(9,95,230); }
H1.HeaderClassName
{
color: #095FE6;
}
.AnyTagClassName
{
color: #095FE6;
}
</style>
background-color css
<style>
a { background-color: #095FE6; }
a { background-color: rgb(9,95,230); }
div.DivClassName
{
background-color: #095FE6;
}
.BgClassName
{
background-color: #095FE6;
}
</style>
border-color css
<style>
span { border-color: #095FE6; }
span { border-color: rgb(9,95,230); }
td.TdClassName
{
border-color: #095FE6;
}
.TagClassName
{
border-color: #095FE6;
}
</style>