Shades of Navy Blue #035CE0
Tints of Navy Blue #035CE0
RGB
CMYK
RGB Variations
Color information
#035CE0 (or 0x035CE0) is known color: Navy Blue. HEX triplet: 03, 5C and E0. RGB value is (3,92,224). Sum of RGB (Red+Green+Blue) = 3+92+224=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #035CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CE0 is #FCA31F. Grayscale: #4F4F4F. Windows color (decimal): -16556832 or 14703619. OLE color: 14703619.
HSL color Cylindrical-coordinate representation of color #035CE0: hue angle of 215.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CE0 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 92 | 224 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.12 |
| HSL | 215.84º | 0.97% | 0.45% | - |
| HSV(B) | 215.84º | 0.99% | 0.88% | - |
| XYZ | 17.32 | 13.06 | 72.13 | - |
| YUV | 80.44 | 209.01 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 224 | 0.99 | 0.59 | 0 | 0.12 | 215.84 | 0.97 | 0.45 |
| Hex | 3 | 5C | E0 | 63 | 3B | 0 | C | D8 | 61 | 2D |
| Octal | 3 | 134 | 340 | 143 | 73 | 0 | 14 | 330 | 141 | 55 |
| Binary | 11 | 1011100 | 11100000 | 1100011 | 111011 | 0 | 1100 | 11011000 | 1100001 | 101101 |
Color Harmonies of #035CE0
Complementary color
Monochromatic Colors of #035CE0
Black with #035CE0
Text Example
Text Example
White with #035CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CE0; }
p { color: rgb(3,92,224); }
H1.HeaderClassName
{
color: #035CE0;
}
.AnyTagClassName
{
color: #035CE0;
}
</style>
background-color css
<style>
a { background-color: #035CE0; }
a { background-color: rgb(3,92,224); }
div.DivClassName
{
background-color: #035CE0;
}
.BgClassName
{
background-color: #035CE0;
}
</style>
border-color css
<style>
span { border-color: #035CE0; }
span { border-color: rgb(3,92,224); }
td.TdClassName
{
border-color: #035CE0;
}
.TagClassName
{
border-color: #035CE0;
}
</style>