Shades of Navy Blue #033DF8
Tints of Navy Blue #033DF8
RGB
CMYK
RGB Variations
Color information
#033DF8 (or 0x033DF8) is known color: Navy Blue. HEX triplet: 03, 3D and F8. RGB value is (3,61,248). Sum of RGB (Red+Green+Blue) = 3+61+248=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #033DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF8 is #FCC207. Grayscale: #404040. Windows color (decimal): -16564744 or 16268547. OLE color: 16268547.
HSL color Cylindrical-coordinate representation of color #033DF8: hue angle of 225.8º 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 #033DF8 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 61 | 248 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.03 |
| HSL | 225.8º | 0.98% | 0.49% | - |
| HSV(B) | 225.8º | 0.99% | 0.97% | - |
| XYZ | 18.65 | 10.13 | 89.78 | - |
| YUV | 64.98 | 231.28 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 248 | 0.99 | 0.75 | 0 | 0.03 | 225.8 | 0.98 | 0.49 |
| Hex | 3 | 3D | F8 | 63 | 4B | 0 | 3 | E2 | 62 | 31 |
| Octal | 3 | 75 | 370 | 143 | 113 | 0 | 3 | 342 | 142 | 61 |
| Binary | 11 | 111101 | 11111000 | 1100011 | 1001011 | 0 | 11 | 11100010 | 1100010 | 110001 |
Color Harmonies of #033DF8
Complementary color
Monochromatic Colors of #033DF8
Black with #033DF8
Text Example
Text Example
White with #033DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DF8; }
p { color: rgb(3,61,248); }
H1.HeaderClassName
{
color: #033DF8;
}
.AnyTagClassName
{
color: #033DF8;
}
</style>
background-color css
<style>
a { background-color: #033DF8; }
a { background-color: rgb(3,61,248); }
div.DivClassName
{
background-color: #033DF8;
}
.BgClassName
{
background-color: #033DF8;
}
</style>
border-color css
<style>
span { border-color: #033DF8; }
span { border-color: rgb(3,61,248); }
td.TdClassName
{
border-color: #033DF8;
}
.TagClassName
{
border-color: #033DF8;
}
</style>