Shades of Denim #035BB9
Tints of Denim #035BB9
RGB
CMYK
RGB Variations
Color information
#035BB9 (or 0x035BB9) is known color: Denim. HEX triplet: 03, 5B and B9. RGB value is (3,91,185). Sum of RGB (Red+Green+Blue) = 3+91+185=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #035BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BB9 is #FCA446. Grayscale: #4A4A4A. Windows color (decimal): -16557127 or 12147459. OLE color: 12147459.
HSL color Cylindrical-coordinate representation of color #035BB9: hue angle of 210.99º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BB9 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 91 | 185 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.27 |
| HSL | 210.99º | 0.97% | 0.37% | - |
| HSV(B) | 210.99º | 0.98% | 0.73% | - |
| XYZ | 12.54 | 11 | 47.36 | - |
| YUV | 75.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 185 | 0.98 | 0.51 | 0 | 0.27 | 210.99 | 0.97 | 0.37 |
| Hex | 3 | 5B | B9 | 62 | 33 | 0 | 1B | D3 | 61 | 25 |
| Octal | 3 | 133 | 271 | 142 | 63 | 0 | 33 | 323 | 141 | 45 |
| Binary | 11 | 1011011 | 10111001 | 1100010 | 110011 | 0 | 11011 | 11010011 | 1100001 | 100101 |
Color Harmonies of #035BB9
Complementary color
Monochromatic Colors of #035BB9
Black with #035BB9
Text Example
Text Example
White with #035BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BB9; }
p { color: rgb(3,91,185); }
H1.HeaderClassName
{
color: #035BB9;
}
.AnyTagClassName
{
color: #035BB9;
}
</style>
background-color css
<style>
a { background-color: #035BB9; }
a { background-color: rgb(3,91,185); }
div.DivClassName
{
background-color: #035BB9;
}
.BgClassName
{
background-color: #035BB9;
}
</style>
border-color css
<style>
span { border-color: #035BB9; }
span { border-color: rgb(3,91,185); }
td.TdClassName
{
border-color: #035BB9;
}
.TagClassName
{
border-color: #035BB9;
}
</style>