Shades of Navy Blue #033EF2
Tints of Navy Blue #033EF2
RGB
CMYK
RGB Variations
Color information
#033EF2 (or 0x033EF2) is known color: Navy Blue. HEX triplet: 03, 3E and F2. RGB value is (3,62,242). Sum of RGB (Red+Green+Blue) = 3+62+242=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 242 (94.92% from 255 or 78.83% from 307); Max value from RGB is 242 - color contains mainly: blue. Hex color #033EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EF2 is #FCC10D. Grayscale: #404040. Windows color (decimal): -16564494 or 15875587. OLE color: 15875587.
HSL color Cylindrical-coordinate representation of color #033EF2: hue angle of 225.19º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EF2 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 62 | 242 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.05 |
| HSL | 225.19º | 0.98% | 0.48% | - |
| HSV(B) | 225.19º | 0.99% | 0.95% | - |
| XYZ | 17.79 | 9.88 | 84.97 | - |
| YUV | 64.88 | 227.95 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 242 | 0.99 | 0.74 | 0 | 0.05 | 225.19 | 0.98 | 0.48 |
| Hex | 3 | 3E | F2 | 63 | 4A | 0 | 5 | E1 | 62 | 30 |
| Octal | 3 | 76 | 362 | 143 | 112 | 0 | 5 | 341 | 142 | 60 |
| Binary | 11 | 111110 | 11110010 | 1100011 | 1001010 | 0 | 101 | 11100001 | 1100010 | 110000 |
Color Harmonies of #033EF2
Complementary color
Monochromatic Colors of #033EF2
Black with #033EF2
Text Example
Text Example
White with #033EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EF2; }
p { color: rgb(3,62,242); }
H1.HeaderClassName
{
color: #033EF2;
}
.AnyTagClassName
{
color: #033EF2;
}
</style>
background-color css
<style>
a { background-color: #033EF2; }
a { background-color: rgb(3,62,242); }
div.DivClassName
{
background-color: #033EF2;
}
.BgClassName
{
background-color: #033EF2;
}
</style>
border-color css
<style>
span { border-color: #033EF2; }
span { border-color: rgb(3,62,242); }
td.TdClassName
{
border-color: #033EF2;
}
.TagClassName
{
border-color: #033EF2;
}
</style>