Shades of Navy Blue #033EEC
Tints of Navy Blue #033EEC
RGB
CMYK
RGB Variations
Color information
#033EEC (or 0x033EEC) is known color: Navy Blue. HEX triplet: 03, 3E and EC. RGB value is (3,62,236). Sum of RGB (Red+Green+Blue) = 3+62+236=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #033EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EEC is #FCC113. Grayscale: #3F3F3F. Windows color (decimal): -16564500 or 15482371. OLE color: 15482371.
HSL color Cylindrical-coordinate representation of color #033EEC: hue angle of 224.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EEC is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 62 | 236 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 224.81º | 0.97% | 0.47% | - |
| HSV(B) | 224.81º | 0.99% | 0.93% | - |
| XYZ | 16.9 | 9.52 | 80.3 | - |
| YUV | 64.2 | 224.95 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 236 | 0.99 | 0.74 | 0 | 0.07 | 224.81 | 0.97 | 0.47 |
| Hex | 3 | 3E | EC | 63 | 4A | 0 | 7 | E1 | 61 | 2F |
| Octal | 3 | 76 | 354 | 143 | 112 | 0 | 7 | 341 | 141 | 57 |
| Binary | 11 | 111110 | 11101100 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100001 | 101111 |
Color Harmonies of #033EEC
Complementary color
Monochromatic Colors of #033EEC
Black with #033EEC
Text Example
Text Example
White with #033EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EEC; }
p { color: rgb(3,62,236); }
H1.HeaderClassName
{
color: #033EEC;
}
.AnyTagClassName
{
color: #033EEC;
}
</style>
background-color css
<style>
a { background-color: #033EEC; }
a { background-color: rgb(3,62,236); }
div.DivClassName
{
background-color: #033EEC;
}
.BgClassName
{
background-color: #033EEC;
}
</style>
border-color css
<style>
span { border-color: #033EEC; }
span { border-color: rgb(3,62,236); }
td.TdClassName
{
border-color: #033EEC;
}
.TagClassName
{
border-color: #033EEC;
}
</style>