Shades of Navy Blue #033FF7
Tints of Navy Blue #033FF7
RGB
CMYK
RGB Variations
Color information
#033FF7 (or 0x033FF7) is known color: Navy Blue. HEX triplet: 03, 3F and F7. RGB value is (3,63,247). Sum of RGB (Red+Green+Blue) = 3+63+247=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 247 (96.88% from 255 or 78.91% from 313); Max value from RGB is 247 - color contains mainly: blue. Hex color #033FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FF7 is #FCC008. Grayscale: #414141. Windows color (decimal): -16564233 or 16203523. OLE color: 16203523.
HSL color Cylindrical-coordinate representation of color #033FF7: hue angle of 225.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FF7 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 63 | 247 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.03 |
| HSL | 225.25º | 0.98% | 0.49% | - |
| HSV(B) | 225.25º | 0.99% | 0.97% | - |
| XYZ | 18.6 | 10.29 | 89 | - |
| YUV | 66.04 | 230.12 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 247 | 0.99 | 0.74 | 0 | 0.03 | 225.25 | 0.98 | 0.49 |
| Hex | 3 | 3F | F7 | 63 | 4A | 0 | 3 | E1 | 62 | 31 |
| Octal | 3 | 77 | 367 | 143 | 112 | 0 | 3 | 341 | 142 | 61 |
| Binary | 11 | 111111 | 11110111 | 1100011 | 1001010 | 0 | 11 | 11100001 | 1100010 | 110001 |
Color Harmonies of #033FF7
Complementary color
Monochromatic Colors of #033FF7
Black with #033FF7
Text Example
Text Example
White with #033FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FF7; }
p { color: rgb(3,63,247); }
H1.HeaderClassName
{
color: #033FF7;
}
.AnyTagClassName
{
color: #033FF7;
}
</style>
background-color css
<style>
a { background-color: #033FF7; }
a { background-color: rgb(3,63,247); }
div.DivClassName
{
background-color: #033FF7;
}
.BgClassName
{
background-color: #033FF7;
}
</style>
border-color css
<style>
span { border-color: #033FF7; }
span { border-color: rgb(3,63,247); }
td.TdClassName
{
border-color: #033FF7;
}
.TagClassName
{
border-color: #033FF7;
}
</style>