Shades of Navy Blue #094CE1
Tints of Navy Blue #094CE1
RGB
CMYK
RGB Variations
Color information
#094CE1 (or 0x094CE1) is known color: Navy Blue. HEX triplet: 09, 4C and E1. RGB value is (9,76,225). Sum of RGB (Red+Green+Blue) = 9+76+225=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 225 (88.28% from 255 or 72.58% from 310); Max value from RGB is 225 - color contains mainly: blue. Hex color #094CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CE1 is #F6B31E. Grayscale: #484848. Windows color (decimal): -16167711 or 14765065. OLE color: 14765065.
HSL color Cylindrical-coordinate representation of color #094CE1: hue angle of 221.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CE1 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 76 | 225 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.12 |
| HSL | 221.39º | 0.92% | 0.46% | - |
| HSV(B) | 221.39º | 0.96% | 0.88% | - |
| XYZ | 16.29 | 10.66 | 72.43 | - |
| YUV | 72.95 | 213.8 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 225 | 0.96 | 0.66 | 0 | 0.12 | 221.39 | 0.92 | 0.46 |
| Hex | 9 | 4C | E1 | 60 | 42 | 0 | C | DD | 5C | 2E |
| Octal | 11 | 114 | 341 | 140 | 102 | 0 | 14 | 335 | 134 | 56 |
| Binary | 1001 | 1001100 | 11100001 | 1100000 | 1000010 | 0 | 1100 | 11011101 | 1011100 | 101110 |
Color Harmonies of #094CE1
Complementary color
Monochromatic Colors of #094CE1
Black with #094CE1
Text Example
Text Example
White with #094CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CE1; }
p { color: rgb(9,76,225); }
H1.HeaderClassName
{
color: #094CE1;
}
.AnyTagClassName
{
color: #094CE1;
}
</style>
background-color css
<style>
a { background-color: #094CE1; }
a { background-color: rgb(9,76,225); }
div.DivClassName
{
background-color: #094CE1;
}
.BgClassName
{
background-color: #094CE1;
}
</style>
border-color css
<style>
span { border-color: #094CE1; }
span { border-color: rgb(9,76,225); }
td.TdClassName
{
border-color: #094CE1;
}
.TagClassName
{
border-color: #094CE1;
}
</style>