Shades of Navy Blue #033FFB
Tints of Navy Blue #033FFB
RGB
CMYK
RGB Variations
Color information
#033FFB (or 0x033FFB) is known color: Navy Blue. HEX triplet: 03, 3F and FB. RGB value is (3,63,251). Sum of RGB (Red+Green+Blue) = 3+63+251=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #033FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFB is #FCC004. Grayscale: #414141. Windows color (decimal): -16564229 or 16465667. OLE color: 16465667.
HSL color Cylindrical-coordinate representation of color #033FFB: hue angle of 225.48º 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 #033FFB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 63 | 251 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.02 |
| HSL | 225.48º | 0.98% | 0.5% | - |
| HSV(B) | 225.48º | 0.99% | 0.98% | - |
| XYZ | 19.23 | 10.54 | 92.29 | - |
| YUV | 66.49 | 232.12 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 251 | 0.99 | 0.75 | 0 | 0.02 | 225.48 | 0.98 | 0.5 |
| Hex | 3 | 3F | FB | 63 | 4B | 0 | 2 | E1 | 62 | 32 |
| Octal | 3 | 77 | 373 | 143 | 113 | 0 | 2 | 341 | 142 | 62 |
| Binary | 11 | 111111 | 11111011 | 1100011 | 1001011 | 0 | 10 | 11100001 | 1100010 | 110010 |
Color Harmonies of #033FFB
Complementary color
Monochromatic Colors of #033FFB
Black with #033FFB
Text Example
Text Example
White with #033FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FFB; }
p { color: rgb(3,63,251); }
H1.HeaderClassName
{
color: #033FFB;
}
.AnyTagClassName
{
color: #033FFB;
}
</style>
background-color css
<style>
a { background-color: #033FFB; }
a { background-color: rgb(3,63,251); }
div.DivClassName
{
background-color: #033FFB;
}
.BgClassName
{
background-color: #033FFB;
}
</style>
border-color css
<style>
span { border-color: #033FFB; }
span { border-color: rgb(3,63,251); }
td.TdClassName
{
border-color: #033FFB;
}
.TagClassName
{
border-color: #033FFB;
}
</style>