Shades of Denim #035AB9
Tints of Denim #035AB9
RGB
CMYK
RGB Variations
Color information
#035AB9 (or 0x035AB9) is known color: Denim. HEX triplet: 03, 5A and B9. RGB value is (3,90,185). Sum of RGB (Red+Green+Blue) = 3+90+185=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 185 (72.66% from 255 or 66.55% from 278); Max value from RGB is 185 - color contains mainly: blue. Hex color #035AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AB9 is #FCA546. Grayscale: #4A4A4A. Windows color (decimal): -16557383 or 12147203. OLE color: 12147203.
HSL color Cylindrical-coordinate representation of color #035AB9: hue angle of 211.32º 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 #035AB9 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 90 | 185 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.27 |
| HSL | 211.32º | 0.97% | 0.37% | - |
| HSV(B) | 211.32º | 0.98% | 0.73% | - |
| XYZ | 12.45 | 10.83 | 47.33 | - |
| YUV | 74.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 185 | 0.98 | 0.51 | 0 | 0.27 | 211.32 | 0.97 | 0.37 |
| Hex | 3 | 5A | B9 | 62 | 33 | 0 | 1B | D3 | 61 | 25 |
| Octal | 3 | 132 | 271 | 142 | 63 | 0 | 33 | 323 | 141 | 45 |
| Binary | 11 | 1011010 | 10111001 | 1100010 | 110011 | 0 | 11011 | 11010011 | 1100001 | 100101 |
Color Harmonies of #035AB9
Complementary color
Monochromatic Colors of #035AB9
Black with #035AB9
Text Example
Text Example
White with #035AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AB9; }
p { color: rgb(3,90,185); }
H1.HeaderClassName
{
color: #035AB9;
}
.AnyTagClassName
{
color: #035AB9;
}
</style>
background-color css
<style>
a { background-color: #035AB9; }
a { background-color: rgb(3,90,185); }
div.DivClassName
{
background-color: #035AB9;
}
.BgClassName
{
background-color: #035AB9;
}
</style>
border-color css
<style>
span { border-color: #035AB9; }
span { border-color: rgb(3,90,185); }
td.TdClassName
{
border-color: #035AB9;
}
.TagClassName
{
border-color: #035AB9;
}
</style>