Shades of Navy Blue #094CE5
Tints of Navy Blue #094CE5
RGB
CMYK
RGB Variations
Color information
#094CE5 (or 0x094CE5) is known color: Navy Blue. HEX triplet: 09, 4C and E5. RGB value is (9,76,229). Sum of RGB (Red+Green+Blue) = 9+76+229=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #094CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CE5 is #F6B31A. Grayscale: #484848. Windows color (decimal): -16167707 or 15027209. OLE color: 15027209.
HSL color Cylindrical-coordinate representation of color #094CE5: hue angle of 221.73º 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 #094CE5 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 76 | 229 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.10 |
| HSL | 221.73º | 0.92% | 0.47% | - |
| HSV(B) | 221.73º | 0.96% | 0.9% | - |
| XYZ | 16.84 | 10.88 | 75.34 | - |
| YUV | 73.41 | 215.8 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 229 | 0.96 | 0.67 | 0 | 0.10 | 221.73 | 0.92 | 0.47 |
| Hex | 9 | 4C | E5 | 60 | 43 | 0 | A | DE | 5C | 2F |
| Octal | 11 | 114 | 345 | 140 | 103 | 0 | 12 | 336 | 134 | 57 |
| Binary | 1001 | 1001100 | 11100101 | 1100000 | 1000011 | 0 | 1010 | 11011110 | 1011100 | 101111 |
Color Harmonies of #094CE5
Complementary color
Monochromatic Colors of #094CE5
Black with #094CE5
Text Example
Text Example
White with #094CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CE5; }
p { color: rgb(9,76,229); }
H1.HeaderClassName
{
color: #094CE5;
}
.AnyTagClassName
{
color: #094CE5;
}
</style>
background-color css
<style>
a { background-color: #094CE5; }
a { background-color: rgb(9,76,229); }
div.DivClassName
{
background-color: #094CE5;
}
.BgClassName
{
background-color: #094CE5;
}
</style>
border-color css
<style>
span { border-color: #094CE5; }
span { border-color: rgb(9,76,229); }
td.TdClassName
{
border-color: #094CE5;
}
.TagClassName
{
border-color: #094CE5;
}
</style>