Shades of Navy Blue #033FED
Tints of Navy Blue #033FED
RGB
CMYK
RGB Variations
Color information
#033FED (or 0x033FED) is known color: Navy Blue. HEX triplet: 03, 3F and ED. RGB value is (3,63,237). Sum of RGB (Red+Green+Blue) = 3+63+237=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #033FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FED is #FCC012. Grayscale: #404040. Windows color (decimal): -16564243 or 15548163. OLE color: 15548163.
HSL color Cylindrical-coordinate representation of color #033FED: hue angle of 224.62º 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 #033FED is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 63 | 237 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.07 |
| HSL | 224.62º | 0.98% | 0.47% | - |
| HSV(B) | 224.62º | 0.99% | 0.93% | - |
| XYZ | 17.1 | 9.69 | 81.09 | - |
| YUV | 64.9 | 225.12 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 237 | 0.99 | 0.73 | 0 | 0.07 | 224.62 | 0.98 | 0.47 |
| Hex | 3 | 3F | ED | 63 | 49 | 0 | 7 | E1 | 62 | 2F |
| Octal | 3 | 77 | 355 | 143 | 111 | 0 | 7 | 341 | 142 | 57 |
| Binary | 11 | 111111 | 11101101 | 1100011 | 1001001 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #033FED
Complementary color
Monochromatic Colors of #033FED
Black with #033FED
Text Example
Text Example
White with #033FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FED; }
p { color: rgb(3,63,237); }
H1.HeaderClassName
{
color: #033FED;
}
.AnyTagClassName
{
color: #033FED;
}
</style>
background-color css
<style>
a { background-color: #033FED; }
a { background-color: rgb(3,63,237); }
div.DivClassName
{
background-color: #033FED;
}
.BgClassName
{
background-color: #033FED;
}
</style>
border-color css
<style>
span { border-color: #033FED; }
span { border-color: rgb(3,63,237); }
td.TdClassName
{
border-color: #033FED;
}
.TagClassName
{
border-color: #033FED;
}
</style>