Shades of Navy Blue #033EED
Tints of Navy Blue #033EED
RGB
CMYK
RGB Variations
Color information
#033EED (or 0x033EED) is known color: Navy Blue. HEX triplet: 03, 3E and ED. RGB value is (3,62,237). Sum of RGB (Red+Green+Blue) = 3+62+237=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #033EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EED is #FCC112. Grayscale: #3F3F3F. Windows color (decimal): -16564499 or 15547907. OLE color: 15547907.
HSL color Cylindrical-coordinate representation of color #033EED: hue angle of 224.87º 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 #033EED is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 62 | 237 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 224.87º | 0.98% | 0.47% | - |
| HSV(B) | 224.87º | 0.99% | 0.93% | - |
| XYZ | 17.05 | 9.58 | 81.07 | - |
| YUV | 64.31 | 225.45 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 237 | 0.99 | 0.74 | 0 | 0.07 | 224.87 | 0.98 | 0.47 |
| Hex | 3 | 3E | ED | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 3 | 76 | 355 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 11 | 111110 | 11101101 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #033EED
Complementary color
Monochromatic Colors of #033EED
Black with #033EED
Text Example
Text Example
White with #033EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EED; }
p { color: rgb(3,62,237); }
H1.HeaderClassName
{
color: #033EED;
}
.AnyTagClassName
{
color: #033EED;
}
</style>
background-color css
<style>
a { background-color: #033EED; }
a { background-color: rgb(3,62,237); }
div.DivClassName
{
background-color: #033EED;
}
.BgClassName
{
background-color: #033EED;
}
</style>
border-color css
<style>
span { border-color: #033EED; }
span { border-color: rgb(3,62,237); }
td.TdClassName
{
border-color: #033EED;
}
.TagClassName
{
border-color: #033EED;
}
</style>