Shades of Denim #065ABC
Tints of Denim #065ABC
RGB
CMYK
RGB Variations
Color information
#065ABC (or 0x065ABC) is known color: Denim. HEX triplet: 06, 5A and BC. RGB value is (6,90,188). Sum of RGB (Red+Green+Blue) = 6+90+188=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #065ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ABC is #F9A543. Grayscale: #4B4B4B. Windows color (decimal): -16360772 or 12343814. OLE color: 12343814.
HSL color Cylindrical-coordinate representation of color #065ABC: hue angle of 212.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ABC is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 90 | 188 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.26 |
| HSL | 212.31º | 0.94% | 0.38% | - |
| HSV(B) | 212.31º | 0.97% | 0.74% | - |
| XYZ | 12.81 | 10.98 | 49.02 | - |
| YUV | 76.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 188 | 0.97 | 0.52 | 0 | 0.26 | 212.31 | 0.94 | 0.38 |
| Hex | 6 | 5A | BC | 61 | 34 | 0 | 1A | D4 | 5E | 26 |
| Octal | 6 | 132 | 274 | 141 | 64 | 0 | 32 | 324 | 136 | 46 |
| Binary | 110 | 1011010 | 10111100 | 1100001 | 110100 | 0 | 11010 | 11010100 | 1011110 | 100110 |
Color Harmonies of #065ABC
Complementary color
Monochromatic Colors of #065ABC
Black with #065ABC
Text Example
Text Example
White with #065ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ABC; }
p { color: rgb(6,90,188); }
H1.HeaderClassName
{
color: #065ABC;
}
.AnyTagClassName
{
color: #065ABC;
}
</style>
background-color css
<style>
a { background-color: #065ABC; }
a { background-color: rgb(6,90,188); }
div.DivClassName
{
background-color: #065ABC;
}
.BgClassName
{
background-color: #065ABC;
}
</style>
border-color css
<style>
span { border-color: #065ABC; }
span { border-color: rgb(6,90,188); }
td.TdClassName
{
border-color: #065ABC;
}
.TagClassName
{
border-color: #065ABC;
}
</style>