Shades of Navy Blue #035EDF
Tints of Navy Blue #035EDF
RGB
CMYK
RGB Variations
Color information
#035EDF (or 0x035EDF) is known color: Navy Blue. HEX triplet: 03, 5E and DF. RGB value is (3,94,223). Sum of RGB (Red+Green+Blue) = 3+94+223=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #035EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EDF is #FCA120. Grayscale: #505050. Windows color (decimal): -16556321 or 14638595. OLE color: 14638595.
HSL color Cylindrical-coordinate representation of color #035EDF: hue angle of 215.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EDF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 94 | 223 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.13 |
| HSL | 215.18º | 0.97% | 0.44% | - |
| HSV(B) | 215.18º | 0.99% | 0.87% | - |
| XYZ | 17.36 | 13.35 | 71.47 | - |
| YUV | 81.5 | 207.85 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 223 | 0.99 | 0.58 | 0 | 0.13 | 215.18 | 0.97 | 0.44 |
| Hex | 3 | 5E | DF | 63 | 3A | 0 | D | D7 | 61 | 2C |
| Octal | 3 | 136 | 337 | 143 | 72 | 0 | 15 | 327 | 141 | 54 |
| Binary | 11 | 1011110 | 11011111 | 1100011 | 111010 | 0 | 1101 | 11010111 | 1100001 | 101100 |
Color Harmonies of #035EDF
Complementary color
Monochromatic Colors of #035EDF
Black with #035EDF
Text Example
Text Example
White with #035EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EDF; }
p { color: rgb(3,94,223); }
H1.HeaderClassName
{
color: #035EDF;
}
.AnyTagClassName
{
color: #035EDF;
}
</style>
background-color css
<style>
a { background-color: #035EDF; }
a { background-color: rgb(3,94,223); }
div.DivClassName
{
background-color: #035EDF;
}
.BgClassName
{
background-color: #035EDF;
}
</style>
border-color css
<style>
span { border-color: #035EDF; }
span { border-color: rgb(3,94,223); }
td.TdClassName
{
border-color: #035EDF;
}
.TagClassName
{
border-color: #035EDF;
}
</style>