Shades of Denim #065ABB
Tints of Denim #065ABB
RGB
CMYK
RGB Variations
Color information
#065ABB (or 0x065ABB) is known color: Denim. HEX triplet: 06, 5A and BB. RGB value is (6,90,187). Sum of RGB (Red+Green+Blue) = 6+90+187=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #065ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ABB is #F9A544. Grayscale: #4B4B4B. Windows color (decimal): -16360773 or 12278278. OLE color: 12278278.
HSL color Cylindrical-coordinate representation of color #065ABB: hue angle of 212.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ABB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 90 | 187 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.27 |
| HSL | 212.15º | 0.94% | 0.38% | - |
| HSV(B) | 212.15º | 0.97% | 0.73% | - |
| XYZ | 12.7 | 10.94 | 48.46 | - |
| YUV | 75.94 | 190.67 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 187 | 0.97 | 0.52 | 0 | 0.27 | 212.15 | 0.94 | 0.38 |
| Hex | 6 | 5A | BB | 61 | 34 | 0 | 1B | D4 | 5E | 26 |
| Octal | 6 | 132 | 273 | 141 | 64 | 0 | 33 | 324 | 136 | 46 |
| Binary | 110 | 1011010 | 10111011 | 1100001 | 110100 | 0 | 11011 | 11010100 | 1011110 | 100110 |
Color Harmonies of #065ABB
Complementary color
Monochromatic Colors of #065ABB
Black with #065ABB
Text Example
Text Example
White with #065ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ABB; }
p { color: rgb(6,90,187); }
H1.HeaderClassName
{
color: #065ABB;
}
.AnyTagClassName
{
color: #065ABB;
}
</style>
background-color css
<style>
a { background-color: #065ABB; }
a { background-color: rgb(6,90,187); }
div.DivClassName
{
background-color: #065ABB;
}
.BgClassName
{
background-color: #065ABB;
}
</style>
border-color css
<style>
span { border-color: #065ABB; }
span { border-color: rgb(6,90,187); }
td.TdClassName
{
border-color: #065ABB;
}
.TagClassName
{
border-color: #065ABB;
}
</style>