Shades of Denim #065AB0
Tints of Denim #065AB0
RGB
CMYK
RGB Variations
Color information
#065AB0 (or 0x065AB0) is known color: Denim. HEX triplet: 06, 5A and B0. RGB value is (6,90,176). Sum of RGB (Red+Green+Blue) = 6+90+176=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #065AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AB0 is #F9A54F. Grayscale: #4A4A4A. Windows color (decimal): -16360784 or 11557382. OLE color: 11557382.
HSL color Cylindrical-coordinate representation of color #065AB0: hue angle of 210.35º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AB0 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 90 | 176 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.31 |
| HSL | 210.35º | 0.93% | 0.36% | - |
| HSV(B) | 210.35º | 0.97% | 0.69% | - |
| XYZ | 11.57 | 10.49 | 42.49 | - |
| YUV | 74.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 176 | 0.97 | 0.49 | 0 | 0.31 | 210.35 | 0.93 | 0.36 |
| Hex | 6 | 5A | B0 | 61 | 31 | 0 | 1F | D2 | 5D | 24 |
| Octal | 6 | 132 | 260 | 141 | 61 | 0 | 37 | 322 | 135 | 44 |
| Binary | 110 | 1011010 | 10110000 | 1100001 | 110001 | 0 | 11111 | 11010010 | 1011101 | 100100 |
Color Harmonies of #065AB0
Complementary color
Monochromatic Colors of #065AB0
Black with #065AB0
Text Example
Text Example
White with #065AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AB0; }
p { color: rgb(6,90,176); }
H1.HeaderClassName
{
color: #065AB0;
}
.AnyTagClassName
{
color: #065AB0;
}
</style>
background-color css
<style>
a { background-color: #065AB0; }
a { background-color: rgb(6,90,176); }
div.DivClassName
{
background-color: #065AB0;
}
.BgClassName
{
background-color: #065AB0;
}
</style>
border-color css
<style>
span { border-color: #065AB0; }
span { border-color: rgb(6,90,176); }
td.TdClassName
{
border-color: #065AB0;
}
.TagClassName
{
border-color: #065AB0;
}
</style>