Shades of Denim #065DB4
Tints of Denim #065DB4
RGB
CMYK
RGB Variations
Color information
#065DB4 (or 0x065DB4) is known color: Denim. HEX triplet: 06, 5D and B4. RGB value is (6,93,180). Sum of RGB (Red+Green+Blue) = 6+93+180=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #065DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DB4 is #F9A24B. Grayscale: #4C4C4C. Windows color (decimal): -16360012 or 11820294. OLE color: 11820294.
HSL color Cylindrical-coordinate representation of color #065DB4: hue angle of 210º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DB4 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 93 | 180 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.29 |
| HSL | 210º | 0.94% | 0.36% | - |
| HSV(B) | 210º | 0.97% | 0.71% | - |
| XYZ | 12.23 | 11.16 | 44.69 | - |
| YUV | 76.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 180 | 0.97 | 0.48 | 0 | 0.29 | 210 | 0.94 | 0.36 |
| Hex | 6 | 5D | B4 | 61 | 30 | 0 | 1D | D2 | 5E | 24 |
| Octal | 6 | 135 | 264 | 141 | 60 | 0 | 35 | 322 | 136 | 44 |
| Binary | 110 | 1011101 | 10110100 | 1100001 | 110000 | 0 | 11101 | 11010010 | 1011110 | 100100 |
Color Harmonies of #065DB4
Complementary color
Monochromatic Colors of #065DB4
Black with #065DB4
Text Example
Text Example
White with #065DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DB4; }
p { color: rgb(6,93,180); }
H1.HeaderClassName
{
color: #065DB4;
}
.AnyTagClassName
{
color: #065DB4;
}
</style>
background-color css
<style>
a { background-color: #065DB4; }
a { background-color: rgb(6,93,180); }
div.DivClassName
{
background-color: #065DB4;
}
.BgClassName
{
background-color: #065DB4;
}
</style>
border-color css
<style>
span { border-color: #065DB4; }
span { border-color: rgb(6,93,180); }
td.TdClassName
{
border-color: #065DB4;
}
.TagClassName
{
border-color: #065DB4;
}
</style>