Shades of Navy Blue #033FF2
Tints of Navy Blue #033FF2
RGB
CMYK
RGB Variations
Color information
#033FF2 (or 0x033FF2) is known color: Navy Blue. HEX triplet: 03, 3F and F2. RGB value is (3,63,242). Sum of RGB (Red+Green+Blue) = 3+63+242=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #033FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FF2 is #FCC00D. Grayscale: #404040. Windows color (decimal): -16564238 or 15875843. OLE color: 15875843.
HSL color Cylindrical-coordinate representation of color #033FF2: hue angle of 224.94º 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 #033FF2 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 63 | 242 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.05 |
| HSL | 224.94º | 0.98% | 0.48% | - |
| HSV(B) | 224.94º | 0.99% | 0.95% | - |
| XYZ | 17.84 | 9.99 | 84.99 | - |
| YUV | 65.47 | 227.62 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 242 | 0.99 | 0.74 | 0 | 0.05 | 224.94 | 0.98 | 0.48 |
| Hex | 3 | 3F | F2 | 63 | 4A | 0 | 5 | E1 | 62 | 30 |
| Octal | 3 | 77 | 362 | 143 | 112 | 0 | 5 | 341 | 142 | 60 |
| Binary | 11 | 111111 | 11110010 | 1100011 | 1001010 | 0 | 101 | 11100001 | 1100010 | 110000 |
Color Harmonies of #033FF2
Complementary color
Monochromatic Colors of #033FF2
Black with #033FF2
Text Example
Text Example
White with #033FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FF2; }
p { color: rgb(3,63,242); }
H1.HeaderClassName
{
color: #033FF2;
}
.AnyTagClassName
{
color: #033FF2;
}
</style>
background-color css
<style>
a { background-color: #033FF2; }
a { background-color: rgb(3,63,242); }
div.DivClassName
{
background-color: #033FF2;
}
.BgClassName
{
background-color: #033FF2;
}
</style>
border-color css
<style>
span { border-color: #033FF2; }
span { border-color: rgb(3,63,242); }
td.TdClassName
{
border-color: #033FF2;
}
.TagClassName
{
border-color: #033FF2;
}
</style>