Shades of Navy Blue #035DBE
Tints of Navy Blue #035DBE
RGB
CMYK
RGB Variations
Color information
#035DBE (or 0x035DBE) is known color: Navy Blue. HEX triplet: 03, 5D and BE. RGB value is (3,93,190). Sum of RGB (Red+Green+Blue) = 3+93+190=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #035DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DBE is #FCA241. Grayscale: #4C4C4C. Windows color (decimal): -16556610 or 12475651. OLE color: 12475651.
HSL color Cylindrical-coordinate representation of color #035DBE: hue angle of 211.12º 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 #035DBE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 93 | 190 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.25 |
| HSL | 211.12º | 0.97% | 0.38% | - |
| HSV(B) | 211.12º | 0.98% | 0.75% | - |
| XYZ | 13.25 | 11.57 | 50.25 | - |
| YUV | 77.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 190 | 0.98 | 0.51 | 0 | 0.25 | 211.12 | 0.97 | 0.38 |
| Hex | 3 | 5D | BE | 62 | 33 | 0 | 19 | D3 | 61 | 26 |
| Octal | 3 | 135 | 276 | 142 | 63 | 0 | 31 | 323 | 141 | 46 |
| Binary | 11 | 1011101 | 10111110 | 1100010 | 110011 | 0 | 11001 | 11010011 | 1100001 | 100110 |
Color Harmonies of #035DBE
Complementary color
Monochromatic Colors of #035DBE
Black with #035DBE
Text Example
Text Example
White with #035DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DBE; }
p { color: rgb(3,93,190); }
H1.HeaderClassName
{
color: #035DBE;
}
.AnyTagClassName
{
color: #035DBE;
}
</style>
background-color css
<style>
a { background-color: #035DBE; }
a { background-color: rgb(3,93,190); }
div.DivClassName
{
background-color: #035DBE;
}
.BgClassName
{
background-color: #035DBE;
}
</style>
border-color css
<style>
span { border-color: #035DBE; }
span { border-color: rgb(3,93,190); }
td.TdClassName
{
border-color: #035DBE;
}
.TagClassName
{
border-color: #035DBE;
}
</style>