Shades of Navy Blue #095CE9
Tints of Navy Blue #095CE9
RGB
CMYK
RGB Variations
Color information
#095CE9 (or 0x095CE9) is known color: Navy Blue. HEX triplet: 09, 5C and E9. RGB value is (9,92,233). Sum of RGB (Red+Green+Blue) = 9+92+233=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #095CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CE9 is #F6A316. Grayscale: #525252. Windows color (decimal): -16163607 or 15293449. OLE color: 15293449.
HSL color Cylindrical-coordinate representation of color #095CE9: hue angle of 217.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CE9 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 92 | 233 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.09 |
| HSL | 217.77º | 0.93% | 0.47% | - |
| HSV(B) | 217.77º | 0.96% | 0.91% | - |
| XYZ | 18.65 | 13.6 | 78.73 | - |
| YUV | 83.26 | 212.5 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 233 | 0.96 | 0.61 | 0 | 0.09 | 217.77 | 0.93 | 0.47 |
| Hex | 9 | 5C | E9 | 60 | 3D | 0 | 9 | DA | 5D | 2F |
| Octal | 11 | 134 | 351 | 140 | 75 | 0 | 11 | 332 | 135 | 57 |
| Binary | 1001 | 1011100 | 11101001 | 1100000 | 111101 | 0 | 1001 | 11011010 | 1011101 | 101111 |
Color Harmonies of #095CE9
Complementary color
Monochromatic Colors of #095CE9
Black with #095CE9
Text Example
Text Example
White with #095CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CE9; }
p { color: rgb(9,92,233); }
H1.HeaderClassName
{
color: #095CE9;
}
.AnyTagClassName
{
color: #095CE9;
}
</style>
background-color css
<style>
a { background-color: #095CE9; }
a { background-color: rgb(9,92,233); }
div.DivClassName
{
background-color: #095CE9;
}
.BgClassName
{
background-color: #095CE9;
}
</style>
border-color css
<style>
span { border-color: #095CE9; }
span { border-color: rgb(9,92,233); }
td.TdClassName
{
border-color: #095CE9;
}
.TagClassName
{
border-color: #095CE9;
}
</style>