Shades of Navy Blue #094CEC
Tints of Navy Blue #094CEC
RGB
CMYK
RGB Variations
Color information
#094CEC (or 0x094CEC) is known color: Navy Blue. HEX triplet: 09, 4C and EC. RGB value is (9,76,236). Sum of RGB (Red+Green+Blue) = 9+76+236=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #094CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CEC is #F6B313. Grayscale: #494949. Windows color (decimal): -16167700 or 15485961. OLE color: 15485961.
HSL color Cylindrical-coordinate representation of color #094CEC: hue angle of 222.29º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CEC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 76 | 236 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.07 |
| HSL | 222.29º | 0.93% | 0.48% | - |
| HSV(B) | 222.29º | 0.96% | 0.93% | - |
| XYZ | 17.84 | 11.28 | 80.59 | - |
| YUV | 74.21 | 219.3 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 236 | 0.96 | 0.68 | 0 | 0.07 | 222.29 | 0.93 | 0.48 |
| Hex | 9 | 4C | EC | 60 | 44 | 0 | 7 | DE | 5D | 30 |
| Octal | 11 | 114 | 354 | 140 | 104 | 0 | 7 | 336 | 135 | 60 |
| Binary | 1001 | 1001100 | 11101100 | 1100000 | 1000100 | 0 | 111 | 11011110 | 1011101 | 110000 |
Color Harmonies of #094CEC
Complementary color
Monochromatic Colors of #094CEC
Black with #094CEC
Text Example
Text Example
White with #094CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CEC; }
p { color: rgb(9,76,236); }
H1.HeaderClassName
{
color: #094CEC;
}
.AnyTagClassName
{
color: #094CEC;
}
</style>
background-color css
<style>
a { background-color: #094CEC; }
a { background-color: rgb(9,76,236); }
div.DivClassName
{
background-color: #094CEC;
}
.BgClassName
{
background-color: #094CEC;
}
</style>
border-color css
<style>
span { border-color: #094CEC; }
span { border-color: rgb(9,76,236); }
td.TdClassName
{
border-color: #094CEC;
}
.TagClassName
{
border-color: #094CEC;
}
</style>