Shades of Navy Blue #033FFA
Tints of Navy Blue #033FFA
RGB
CMYK
RGB Variations
Color information
#033FFA (or 0x033FFA) is known color: Navy Blue. HEX triplet: 03, 3F and FA. RGB value is (3,63,250). Sum of RGB (Red+Green+Blue) = 3+63+250=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #033FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFA is #FCC005. Grayscale: #414141. Windows color (decimal): -16564230 or 16400131. OLE color: 16400131.
HSL color Cylindrical-coordinate representation of color #033FFA: hue angle of 225.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FFA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 63 | 250 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.02 |
| HSL | 225.43º | 0.98% | 0.5% | - |
| HSV(B) | 225.43º | 0.99% | 0.98% | - |
| XYZ | 19.07 | 10.48 | 91.46 | - |
| YUV | 66.38 | 231.62 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 250 | 0.99 | 0.75 | 0 | 0.02 | 225.43 | 0.98 | 0.5 |
| Hex | 3 | 3F | FA | 63 | 4B | 0 | 2 | E1 | 62 | 32 |
| Octal | 3 | 77 | 372 | 143 | 113 | 0 | 2 | 341 | 142 | 62 |
| Binary | 11 | 111111 | 11111010 | 1100011 | 1001011 | 0 | 10 | 11100001 | 1100010 | 110010 |
Color Harmonies of #033FFA
Complementary color
Monochromatic Colors of #033FFA
Black with #033FFA
Text Example
Text Example
White with #033FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FFA; }
p { color: rgb(3,63,250); }
H1.HeaderClassName
{
color: #033FFA;
}
.AnyTagClassName
{
color: #033FFA;
}
</style>
background-color css
<style>
a { background-color: #033FFA; }
a { background-color: rgb(3,63,250); }
div.DivClassName
{
background-color: #033FFA;
}
.BgClassName
{
background-color: #033FFA;
}
</style>
border-color css
<style>
span { border-color: #033FFA; }
span { border-color: rgb(3,63,250); }
td.TdClassName
{
border-color: #033FFA;
}
.TagClassName
{
border-color: #033FFA;
}
</style>