Shades of Navy Blue #033FEC
Tints of Navy Blue #033FEC
RGB
CMYK
RGB Variations
Color information
#033FEC (or 0x033FEC) is known color: Navy Blue. HEX triplet: 03, 3F and EC. RGB value is (3,63,236). Sum of RGB (Red+Green+Blue) = 3+63+236=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #033FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FEC is #FCC013. Grayscale: #404040. Windows color (decimal): -16564244 or 15482627. OLE color: 15482627.
HSL color Cylindrical-coordinate representation of color #033FEC: hue angle of 224.55º 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 #033FEC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 63 | 236 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.07 |
| HSL | 224.55º | 0.97% | 0.47% | - |
| HSV(B) | 224.55º | 0.99% | 0.93% | - |
| XYZ | 16.96 | 9.63 | 80.32 | - |
| YUV | 64.78 | 224.62 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 236 | 0.99 | 0.73 | 0 | 0.07 | 224.55 | 0.97 | 0.47 |
| Hex | 3 | 3F | EC | 63 | 49 | 0 | 7 | E1 | 61 | 2F |
| Octal | 3 | 77 | 354 | 143 | 111 | 0 | 7 | 341 | 141 | 57 |
| Binary | 11 | 111111 | 11101100 | 1100011 | 1001001 | 0 | 111 | 11100001 | 1100001 | 101111 |
Color Harmonies of #033FEC
Complementary color
Monochromatic Colors of #033FEC
Black with #033FEC
Text Example
Text Example
White with #033FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FEC; }
p { color: rgb(3,63,236); }
H1.HeaderClassName
{
color: #033FEC;
}
.AnyTagClassName
{
color: #033FEC;
}
</style>
background-color css
<style>
a { background-color: #033FEC; }
a { background-color: rgb(3,63,236); }
div.DivClassName
{
background-color: #033FEC;
}
.BgClassName
{
background-color: #033FEC;
}
</style>
border-color css
<style>
span { border-color: #033FEC; }
span { border-color: rgb(3,63,236); }
td.TdClassName
{
border-color: #033FEC;
}
.TagClassName
{
border-color: #033FEC;
}
</style>