Shades of Navy Blue #035FEE
Tints of Navy Blue #035FEE
RGB
CMYK
RGB Variations
Color information
#035FEE (or 0x035FEE) is known color: Navy Blue. HEX triplet: 03, 5F and EE. RGB value is (3,95,238). Sum of RGB (Red+Green+Blue) = 3+95+238=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #035FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FEE is #FCA011. Grayscale: #535353. Windows color (decimal): -16556050 or 15621891. OLE color: 15621891.
HSL color Cylindrical-coordinate representation of color #035FEE: hue angle of 216.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FEE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 95 | 238 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.07 |
| HSL | 216.51º | 0.98% | 0.47% | - |
| HSV(B) | 216.51º | 0.99% | 0.93% | - |
| XYZ | 19.56 | 14.38 | 82.63 | - |
| YUV | 83.79 | 215.02 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 238 | 0.99 | 0.60 | 0 | 0.07 | 216.51 | 0.98 | 0.47 |
| Hex | 3 | 5F | EE | 63 | 3C | 0 | 7 | D9 | 62 | 2F |
| Octal | 3 | 137 | 356 | 143 | 74 | 0 | 7 | 331 | 142 | 57 |
| Binary | 11 | 1011111 | 11101110 | 1100011 | 111100 | 0 | 111 | 11011001 | 1100010 | 101111 |
Color Harmonies of #035FEE
Complementary color
Monochromatic Colors of #035FEE
Black with #035FEE
Text Example
Text Example
White with #035FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FEE; }
p { color: rgb(3,95,238); }
H1.HeaderClassName
{
color: #035FEE;
}
.AnyTagClassName
{
color: #035FEE;
}
</style>
background-color css
<style>
a { background-color: #035FEE; }
a { background-color: rgb(3,95,238); }
div.DivClassName
{
background-color: #035FEE;
}
.BgClassName
{
background-color: #035FEE;
}
</style>
border-color css
<style>
span { border-color: #035FEE; }
span { border-color: rgb(3,95,238); }
td.TdClassName
{
border-color: #035FEE;
}
.TagClassName
{
border-color: #035FEE;
}
</style>