Shades of Navy Blue #033FF0
Tints of Navy Blue #033FF0
RGB
CMYK
RGB Variations
Color information
#033FF0 (or 0x033FF0) is known color: Navy Blue. HEX triplet: 03, 3F and F0. RGB value is (3,63,240). Sum of RGB (Red+Green+Blue) = 3+63+240=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #033FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FF0 is #FCC00F. Grayscale: #404040. Windows color (decimal): -16564240 or 15744771. OLE color: 15744771.
HSL color Cylindrical-coordinate representation of color #033FF0: hue angle of 224.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FF0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 63 | 240 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.06 |
| HSL | 224.81º | 0.98% | 0.48% | - |
| HSV(B) | 224.81º | 0.99% | 0.94% | - |
| XYZ | 17.54 | 9.87 | 83.42 | - |
| YUV | 65.24 | 226.62 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 240 | 0.99 | 0.74 | 0 | 0.06 | 224.81 | 0.98 | 0.48 |
| Hex | 3 | 3F | F0 | 63 | 4A | 0 | 6 | E1 | 62 | 30 |
| Octal | 3 | 77 | 360 | 143 | 112 | 0 | 6 | 341 | 142 | 60 |
| Binary | 11 | 111111 | 11110000 | 1100011 | 1001010 | 0 | 110 | 11100001 | 1100010 | 110000 |
Color Harmonies of #033FF0
Complementary color
Monochromatic Colors of #033FF0
Black with #033FF0
Text Example
Text Example
White with #033FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FF0; }
p { color: rgb(3,63,240); }
H1.HeaderClassName
{
color: #033FF0;
}
.AnyTagClassName
{
color: #033FF0;
}
</style>
background-color css
<style>
a { background-color: #033FF0; }
a { background-color: rgb(3,63,240); }
div.DivClassName
{
background-color: #033FF0;
}
.BgClassName
{
background-color: #033FF0;
}
</style>
border-color css
<style>
span { border-color: #033FF0; }
span { border-color: rgb(3,63,240); }
td.TdClassName
{
border-color: #033FF0;
}
.TagClassName
{
border-color: #033FF0;
}
</style>