Shades of Navy Blue #035BD5
Tints of Navy Blue #035BD5
RGB
CMYK
RGB Variations
Color information
#035BD5 (or 0x035BD5) is known color: Navy Blue. HEX triplet: 03, 5B and D5. RGB value is (3,91,213). Sum of RGB (Red+Green+Blue) = 3+91+213=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #035BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BD5 is #FCA42A. Grayscale: #4E4E4E. Windows color (decimal): -16557099 or 13982467. OLE color: 13982467.
HSL color Cylindrical-coordinate representation of color #035BD5: hue angle of 214.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BD5 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 91 | 213 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.16 |
| HSL | 214.86º | 0.97% | 0.42% | - |
| HSV(B) | 214.86º | 0.99% | 0.84% | - |
| XYZ | 15.79 | 12.31 | 64.49 | - |
| YUV | 78.6 | 203.85 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 213 | 0.99 | 0.57 | 0 | 0.16 | 214.86 | 0.97 | 0.42 |
| Hex | 3 | 5B | D5 | 63 | 39 | 0 | 10 | D7 | 61 | 2A |
| Octal | 3 | 133 | 325 | 143 | 71 | 0 | 20 | 327 | 141 | 52 |
| Binary | 11 | 1011011 | 11010101 | 1100011 | 111001 | 0 | 10000 | 11010111 | 1100001 | 101010 |
Color Harmonies of #035BD5
Complementary color
Monochromatic Colors of #035BD5
Black with #035BD5
Text Example
Text Example
White with #035BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BD5; }
p { color: rgb(3,91,213); }
H1.HeaderClassName
{
color: #035BD5;
}
.AnyTagClassName
{
color: #035BD5;
}
</style>
background-color css
<style>
a { background-color: #035BD5; }
a { background-color: rgb(3,91,213); }
div.DivClassName
{
background-color: #035BD5;
}
.BgClassName
{
background-color: #035BD5;
}
</style>
border-color css
<style>
span { border-color: #035BD5; }
span { border-color: rgb(3,91,213); }
td.TdClassName
{
border-color: #035BD5;
}
.TagClassName
{
border-color: #035BD5;
}
</style>