Shades of Navy Blue #035BC9
Tints of Navy Blue #035BC9
RGB
CMYK
RGB Variations
Color information
#035BC9 (or 0x035BC9) is known color: Navy Blue. HEX triplet: 03, 5B and C9. RGB value is (3,91,201). Sum of RGB (Red+Green+Blue) = 3+91+201=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #035BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BC9 is #FCA436. Grayscale: #4C4C4C. Windows color (decimal): -16557111 or 13196035. OLE color: 13196035.
HSL color Cylindrical-coordinate representation of color #035BC9: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BC9 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 91 | 201 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.21 |
| HSL | 213.33º | 0.97% | 0.4% | - |
| HSV(B) | 213.33º | 0.99% | 0.79% | - |
| XYZ | 14.32 | 11.72 | 56.77 | - |
| YUV | 77.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 201 | 0.99 | 0.55 | 0 | 0.21 | 213.33 | 0.97 | 0.4 |
| Hex | 3 | 5B | C9 | 63 | 37 | 0 | 15 | D5 | 61 | 28 |
| Octal | 3 | 133 | 311 | 143 | 67 | 0 | 25 | 325 | 141 | 50 |
| Binary | 11 | 1011011 | 11001001 | 1100011 | 110111 | 0 | 10101 | 11010101 | 1100001 | 101000 |
Color Harmonies of #035BC9
Complementary color
Monochromatic Colors of #035BC9
Black with #035BC9
Text Example
Text Example
White with #035BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BC9; }
p { color: rgb(3,91,201); }
H1.HeaderClassName
{
color: #035BC9;
}
.AnyTagClassName
{
color: #035BC9;
}
</style>
background-color css
<style>
a { background-color: #035BC9; }
a { background-color: rgb(3,91,201); }
div.DivClassName
{
background-color: #035BC9;
}
.BgClassName
{
background-color: #035BC9;
}
</style>
border-color css
<style>
span { border-color: #035BC9; }
span { border-color: rgb(3,91,201); }
td.TdClassName
{
border-color: #035BC9;
}
.TagClassName
{
border-color: #035BC9;
}
</style>