Shades of Denim #065DB5
Tints of Denim #065DB5
RGB
CMYK
RGB Variations
Color information
#065DB5 (or 0x065DB5) is known color: Denim. HEX triplet: 06, 5D and B5. RGB value is (6,93,181). Sum of RGB (Red+Green+Blue) = 6+93+181=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #065DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DB5 is #F9A24A. Grayscale: #4C4C4C. Windows color (decimal): -16360011 or 11885830. OLE color: 11885830.
HSL color Cylindrical-coordinate representation of color #065DB5: hue angle of 210.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DB5 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 93 | 181 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.29 |
| HSL | 210.17º | 0.94% | 0.37% | - |
| HSV(B) | 210.17º | 0.97% | 0.71% | - |
| XYZ | 12.33 | 11.2 | 45.23 | - |
| YUV | 77.02 | 186.68 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 181 | 0.97 | 0.49 | 0 | 0.29 | 210.17 | 0.94 | 0.37 |
| Hex | 6 | 5D | B5 | 61 | 31 | 0 | 1D | D2 | 5E | 25 |
| Octal | 6 | 135 | 265 | 141 | 61 | 0 | 35 | 322 | 136 | 45 |
| Binary | 110 | 1011101 | 10110101 | 1100001 | 110001 | 0 | 11101 | 11010010 | 1011110 | 100101 |
Color Harmonies of #065DB5
Complementary color
Monochromatic Colors of #065DB5
Black with #065DB5
Text Example
Text Example
White with #065DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DB5; }
p { color: rgb(6,93,181); }
H1.HeaderClassName
{
color: #065DB5;
}
.AnyTagClassName
{
color: #065DB5;
}
</style>
background-color css
<style>
a { background-color: #065DB5; }
a { background-color: rgb(6,93,181); }
div.DivClassName
{
background-color: #065DB5;
}
.BgClassName
{
background-color: #065DB5;
}
</style>
border-color css
<style>
span { border-color: #065DB5; }
span { border-color: rgb(6,93,181); }
td.TdClassName
{
border-color: #065DB5;
}
.TagClassName
{
border-color: #065DB5;
}
</style>