Shades of Navy Blue #035DCB
Tints of Navy Blue #035DCB
RGB
CMYK
RGB Variations
Color information
#035DCB (or 0x035DCB) is known color: Navy Blue. HEX triplet: 03, 5D and CB. RGB value is (3,93,203). Sum of RGB (Red+Green+Blue) = 3+93+203=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #035DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DCB is #FCA234. Grayscale: #4E4E4E. Windows color (decimal): -16556597 or 13327619. OLE color: 13327619.
HSL color Cylindrical-coordinate representation of color #035DCB: hue angle of 213º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DCB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 93 | 203 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.20 |
| HSL | 213º | 0.97% | 0.4% | - |
| HSV(B) | 213º | 0.99% | 0.8% | - |
| XYZ | 14.73 | 12.16 | 58.07 | - |
| YUV | 78.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 203 | 0.99 | 0.54 | 0 | 0.20 | 213 | 0.97 | 0.4 |
| Hex | 3 | 5D | CB | 63 | 36 | 0 | 14 | D5 | 61 | 28 |
| Octal | 3 | 135 | 313 | 143 | 66 | 0 | 24 | 325 | 141 | 50 |
| Binary | 11 | 1011101 | 11001011 | 1100011 | 110110 | 0 | 10100 | 11010101 | 1100001 | 101000 |
Color Harmonies of #035DCB
Complementary color
Monochromatic Colors of #035DCB
Black with #035DCB
Text Example
Text Example
White with #035DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DCB; }
p { color: rgb(3,93,203); }
H1.HeaderClassName
{
color: #035DCB;
}
.AnyTagClassName
{
color: #035DCB;
}
</style>
background-color css
<style>
a { background-color: #035DCB; }
a { background-color: rgb(3,93,203); }
div.DivClassName
{
background-color: #035DCB;
}
.BgClassName
{
background-color: #035DCB;
}
</style>
border-color css
<style>
span { border-color: #035DCB; }
span { border-color: rgb(3,93,203); }
td.TdClassName
{
border-color: #035DCB;
}
.TagClassName
{
border-color: #035DCB;
}
</style>