Shades of Navy Blue #033EEE
Tints of Navy Blue #033EEE
RGB
CMYK
RGB Variations
Color information
#033EEE (or 0x033EEE) is known color: Navy Blue. HEX triplet: 03, 3E and EE. RGB value is (3,62,238). Sum of RGB (Red+Green+Blue) = 3+62+238=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #033EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EEE is #FCC111. Grayscale: #3F3F3F. Windows color (decimal): -16564498 or 15613443. OLE color: 15613443.
HSL color Cylindrical-coordinate representation of color #033EEE: hue angle of 224.94º degrees, saturation: 0.98, 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 #033EEE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 62 | 238 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 224.94º | 0.98% | 0.47% | - |
| HSV(B) | 224.94º | 0.99% | 0.93% | - |
| XYZ | 17.19 | 9.64 | 81.84 | - |
| YUV | 64.42 | 225.95 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 238 | 0.99 | 0.74 | 0 | 0.07 | 224.94 | 0.98 | 0.47 |
| Hex | 3 | 3E | EE | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 3 | 76 | 356 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 11 | 111110 | 11101110 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #033EEE
Complementary color
Monochromatic Colors of #033EEE
Black with #033EEE
Text Example
Text Example
White with #033EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EEE; }
p { color: rgb(3,62,238); }
H1.HeaderClassName
{
color: #033EEE;
}
.AnyTagClassName
{
color: #033EEE;
}
</style>
background-color css
<style>
a { background-color: #033EEE; }
a { background-color: rgb(3,62,238); }
div.DivClassName
{
background-color: #033EEE;
}
.BgClassName
{
background-color: #033EEE;
}
</style>
border-color css
<style>
span { border-color: #033EEE; }
span { border-color: rgb(3,62,238); }
td.TdClassName
{
border-color: #033EEE;
}
.TagClassName
{
border-color: #033EEE;
}
</style>