Shades of Navy Blue #094CE6
Tints of Navy Blue #094CE6
RGB
CMYK
RGB Variations
Color information
#094CE6 (or 0x094CE6) is known color: Navy Blue. HEX triplet: 09, 4C and E6. RGB value is (9,76,230). Sum of RGB (Red+Green+Blue) = 9+76+230=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #094CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CE6 is #F6B319. Grayscale: #484848. Windows color (decimal): -16167706 or 15092745. OLE color: 15092745.
HSL color Cylindrical-coordinate representation of color #094CE6: hue angle of 221.81º 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 #094CE6 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 76 | 230 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.10 |
| HSL | 221.81º | 0.92% | 0.47% | - |
| HSV(B) | 221.81º | 0.96% | 0.9% | - |
| XYZ | 16.98 | 10.94 | 76.08 | - |
| YUV | 73.52 | 216.3 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 230 | 0.96 | 0.67 | 0 | 0.10 | 221.81 | 0.92 | 0.47 |
| Hex | 9 | 4C | E6 | 60 | 43 | 0 | A | DE | 5C | 2F |
| Octal | 11 | 114 | 346 | 140 | 103 | 0 | 12 | 336 | 134 | 57 |
| Binary | 1001 | 1001100 | 11100110 | 1100000 | 1000011 | 0 | 1010 | 11011110 | 1011100 | 101111 |
Color Harmonies of #094CE6
Complementary color
Monochromatic Colors of #094CE6
Black with #094CE6
Text Example
Text Example
White with #094CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CE6; }
p { color: rgb(9,76,230); }
H1.HeaderClassName
{
color: #094CE6;
}
.AnyTagClassName
{
color: #094CE6;
}
</style>
background-color css
<style>
a { background-color: #094CE6; }
a { background-color: rgb(9,76,230); }
div.DivClassName
{
background-color: #094CE6;
}
.BgClassName
{
background-color: #094CE6;
}
</style>
border-color css
<style>
span { border-color: #094CE6; }
span { border-color: rgb(9,76,230); }
td.TdClassName
{
border-color: #094CE6;
}
.TagClassName
{
border-color: #094CE6;
}
</style>