Shades of Navy Blue #035CC0
Tints of Navy Blue #035CC0
RGB
CMYK
RGB Variations
Color information
#035CC0 (or 0x035CC0) is known color: Navy Blue. HEX triplet: 03, 5C and C0. RGB value is (3,92,192). Sum of RGB (Red+Green+Blue) = 3+92+192=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #035CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CC0 is #FCA33F. Grayscale: #4C4C4C. Windows color (decimal): -16556864 or 12606467. OLE color: 12606467.
HSL color Cylindrical-coordinate representation of color #035CC0: hue angle of 211.75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CC0 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 92 | 192 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.25 |
| HSL | 211.75º | 0.97% | 0.38% | - |
| HSV(B) | 211.75º | 0.98% | 0.75% | - |
| XYZ | 13.38 | 11.48 | 51.38 | - |
| YUV | 76.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 192 | 0.98 | 0.52 | 0 | 0.25 | 211.75 | 0.97 | 0.38 |
| Hex | 3 | 5C | C0 | 62 | 34 | 0 | 19 | D4 | 61 | 26 |
| Octal | 3 | 134 | 300 | 142 | 64 | 0 | 31 | 324 | 141 | 46 |
| Binary | 11 | 1011100 | 11000000 | 1100010 | 110100 | 0 | 11001 | 11010100 | 1100001 | 100110 |
Color Harmonies of #035CC0
Complementary color
Monochromatic Colors of #035CC0
Black with #035CC0
Text Example
Text Example
White with #035CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CC0; }
p { color: rgb(3,92,192); }
H1.HeaderClassName
{
color: #035CC0;
}
.AnyTagClassName
{
color: #035CC0;
}
</style>
background-color css
<style>
a { background-color: #035CC0; }
a { background-color: rgb(3,92,192); }
div.DivClassName
{
background-color: #035CC0;
}
.BgClassName
{
background-color: #035CC0;
}
</style>
border-color css
<style>
span { border-color: #035CC0; }
span { border-color: rgb(3,92,192); }
td.TdClassName
{
border-color: #035CC0;
}
.TagClassName
{
border-color: #035CC0;
}
</style>