Shades of Navy Blue #033DF5
Tints of Navy Blue #033DF5
RGB
CMYK
RGB Variations
Color information
#033DF5 (or 0x033DF5) is known color: Navy Blue. HEX triplet: 03, 3D and F5. RGB value is (3,61,245). Sum of RGB (Red+Green+Blue) = 3+61+245=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 245 (96.09% from 255 or 79.29% from 309); Max value from RGB is 245 - color contains mainly: blue. Hex color #033DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF5 is #FCC20A. Grayscale: #3F3F3F. Windows color (decimal): -16564747 or 16071939. OLE color: 16071939.
HSL color Cylindrical-coordinate representation of color #033DF5: hue angle of 225.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DF5 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 61 | 245 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.04 |
| HSL | 225.62º | 0.98% | 0.49% | - |
| HSV(B) | 225.62º | 0.99% | 0.96% | - |
| XYZ | 18.19 | 9.95 | 87.35 | - |
| YUV | 64.63 | 229.78 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 245 | 0.99 | 0.75 | 0 | 0.04 | 225.62 | 0.98 | 0.49 |
| Hex | 3 | 3D | F5 | 63 | 4B | 0 | 4 | E2 | 62 | 31 |
| Octal | 3 | 75 | 365 | 143 | 113 | 0 | 4 | 342 | 142 | 61 |
| Binary | 11 | 111101 | 11110101 | 1100011 | 1001011 | 0 | 100 | 11100010 | 1100010 | 110001 |
Color Harmonies of #033DF5
Complementary color
Monochromatic Colors of #033DF5
Black with #033DF5
Text Example
Text Example
White with #033DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DF5; }
p { color: rgb(3,61,245); }
H1.HeaderClassName
{
color: #033DF5;
}
.AnyTagClassName
{
color: #033DF5;
}
</style>
background-color css
<style>
a { background-color: #033DF5; }
a { background-color: rgb(3,61,245); }
div.DivClassName
{
background-color: #033DF5;
}
.BgClassName
{
background-color: #033DF5;
}
</style>
border-color css
<style>
span { border-color: #033DF5; }
span { border-color: rgb(3,61,245); }
td.TdClassName
{
border-color: #033DF5;
}
.TagClassName
{
border-color: #033DF5;
}
</style>