Shades of Navy Blue #035CCE
Tints of Navy Blue #035CCE
RGB
CMYK
RGB Variations
Color information
#035CCE (or 0x035CCE) is known color: Navy Blue. HEX triplet: 03, 5C and CE. RGB value is (3,92,206). Sum of RGB (Red+Green+Blue) = 3+92+206=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #035CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCE is #FCA331. Grayscale: #4D4D4D. Windows color (decimal): -16556850 or 13523971. OLE color: 13523971.
HSL color Cylindrical-coordinate representation of color #035CCE: hue angle of 213.69º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CCE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 92 | 206 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.19 |
| HSL | 213.69º | 0.97% | 0.41% | - |
| HSV(B) | 213.69º | 0.99% | 0.81% | - |
| XYZ | 15.01 | 12.13 | 59.94 | - |
| YUV | 78.39 | 200.01 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 206 | 0.99 | 0.55 | 0 | 0.19 | 213.69 | 0.97 | 0.41 |
| Hex | 3 | 5C | CE | 63 | 37 | 0 | 13 | D6 | 61 | 29 |
| Octal | 3 | 134 | 316 | 143 | 67 | 0 | 23 | 326 | 141 | 51 |
| Binary | 11 | 1011100 | 11001110 | 1100011 | 110111 | 0 | 10011 | 11010110 | 1100001 | 101001 |
Color Harmonies of #035CCE
Complementary color
Monochromatic Colors of #035CCE
Black with #035CCE
Text Example
Text Example
White with #035CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CCE; }
p { color: rgb(3,92,206); }
H1.HeaderClassName
{
color: #035CCE;
}
.AnyTagClassName
{
color: #035CCE;
}
</style>
background-color css
<style>
a { background-color: #035CCE; }
a { background-color: rgb(3,92,206); }
div.DivClassName
{
background-color: #035CCE;
}
.BgClassName
{
background-color: #035CCE;
}
</style>
border-color css
<style>
span { border-color: #035CCE; }
span { border-color: rgb(3,92,206); }
td.TdClassName
{
border-color: #035CCE;
}
.TagClassName
{
border-color: #035CCE;
}
</style>