Shades of Navy Blue #035DC8
Tints of Navy Blue #035DC8
RGB
CMYK
RGB Variations
Color information
#035DC8 (or 0x035DC8) is known color: Navy Blue. HEX triplet: 03, 5D and C8. RGB value is (3,93,200). Sum of RGB (Red+Green+Blue) = 3+93+200=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #035DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DC8 is #FCA237. Grayscale: #4D4D4D. Windows color (decimal): -16556600 or 13131011. OLE color: 13131011.
HSL color Cylindrical-coordinate representation of color #035DC8: hue angle of 212.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DC8 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 93 | 200 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.22 |
| HSL | 212.59º | 0.97% | 0.4% | - |
| HSV(B) | 212.59º | 0.99% | 0.78% | - |
| XYZ | 14.38 | 12.02 | 56.21 | - |
| YUV | 78.29 | 196.68 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 200 | 0.98 | 0.54 | 0 | 0.22 | 212.59 | 0.97 | 0.4 |
| Hex | 3 | 5D | C8 | 62 | 36 | 0 | 16 | D5 | 61 | 28 |
| Octal | 3 | 135 | 310 | 142 | 66 | 0 | 26 | 325 | 141 | 50 |
| Binary | 11 | 1011101 | 11001000 | 1100010 | 110110 | 0 | 10110 | 11010101 | 1100001 | 101000 |
Color Harmonies of #035DC8
Complementary color
Monochromatic Colors of #035DC8
Black with #035DC8
Text Example
Text Example
White with #035DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DC8; }
p { color: rgb(3,93,200); }
H1.HeaderClassName
{
color: #035DC8;
}
.AnyTagClassName
{
color: #035DC8;
}
</style>
background-color css
<style>
a { background-color: #035DC8; }
a { background-color: rgb(3,93,200); }
div.DivClassName
{
background-color: #035DC8;
}
.BgClassName
{
background-color: #035DC8;
}
</style>
border-color css
<style>
span { border-color: #035DC8; }
span { border-color: rgb(3,93,200); }
td.TdClassName
{
border-color: #035DC8;
}
.TagClassName
{
border-color: #035DC8;
}
</style>