Shades of Navy Blue #035BDD
Tints of Navy Blue #035BDD
RGB
CMYK
RGB Variations
Color information
#035BDD (or 0x035BDD) is known color: Navy Blue. HEX triplet: 03, 5B and DD. RGB value is (3,91,221). Sum of RGB (Red+Green+Blue) = 3+91+221=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #035BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BDD is #FCA422. Grayscale: #4E4E4E. Windows color (decimal): -16557091 or 14506755. OLE color: 14506755.
HSL color Cylindrical-coordinate representation of color #035BDD: hue angle of 215.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BDD is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 91 | 221 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.13 |
| HSL | 215.78º | 0.97% | 0.44% | - |
| HSV(B) | 215.78º | 0.99% | 0.87% | - |
| XYZ | 16.83 | 12.72 | 69.98 | - |
| YUV | 79.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 221 | 0.99 | 0.59 | 0 | 0.13 | 215.78 | 0.97 | 0.44 |
| Hex | 3 | 5B | DD | 63 | 3B | 0 | D | D8 | 61 | 2C |
| Octal | 3 | 133 | 335 | 143 | 73 | 0 | 15 | 330 | 141 | 54 |
| Binary | 11 | 1011011 | 11011101 | 1100011 | 111011 | 0 | 1101 | 11011000 | 1100001 | 101100 |
Color Harmonies of #035BDD
Complementary color
Monochromatic Colors of #035BDD
Black with #035BDD
Text Example
Text Example
White with #035BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BDD; }
p { color: rgb(3,91,221); }
H1.HeaderClassName
{
color: #035BDD;
}
.AnyTagClassName
{
color: #035BDD;
}
</style>
background-color css
<style>
a { background-color: #035BDD; }
a { background-color: rgb(3,91,221); }
div.DivClassName
{
background-color: #035BDD;
}
.BgClassName
{
background-color: #035BDD;
}
</style>
border-color css
<style>
span { border-color: #035BDD; }
span { border-color: rgb(3,91,221); }
td.TdClassName
{
border-color: #035BDD;
}
.TagClassName
{
border-color: #035BDD;
}
</style>