Shades of Denim #065DBC
Tints of Denim #065DBC
RGB
CMYK
RGB Variations
Color information
#065DBC (or 0x065DBC) is known color: Denim. HEX triplet: 06, 5D and BC. RGB value is (6,93,188). Sum of RGB (Red+Green+Blue) = 6+93+188=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #065DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DBC is #F9A243. Grayscale: #4D4D4D. Windows color (decimal): -16360004 or 12344582. OLE color: 12344582.
HSL color Cylindrical-coordinate representation of color #065DBC: hue angle of 211.32º 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 #065DBC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 93 | 188 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.26 |
| HSL | 211.32º | 0.94% | 0.38% | - |
| HSV(B) | 211.32º | 0.97% | 0.74% | - |
| XYZ | 13.07 | 11.5 | 49.11 | - |
| YUV | 77.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 188 | 0.97 | 0.51 | 0 | 0.26 | 211.32 | 0.94 | 0.38 |
| Hex | 6 | 5D | BC | 61 | 33 | 0 | 1A | D3 | 5E | 26 |
| Octal | 6 | 135 | 274 | 141 | 63 | 0 | 32 | 323 | 136 | 46 |
| Binary | 110 | 1011101 | 10111100 | 1100001 | 110011 | 0 | 11010 | 11010011 | 1011110 | 100110 |
Color Harmonies of #065DBC
Complementary color
Monochromatic Colors of #065DBC
Black with #065DBC
Text Example
Text Example
White with #065DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DBC; }
p { color: rgb(6,93,188); }
H1.HeaderClassName
{
color: #065DBC;
}
.AnyTagClassName
{
color: #065DBC;
}
</style>
background-color css
<style>
a { background-color: #065DBC; }
a { background-color: rgb(6,93,188); }
div.DivClassName
{
background-color: #065DBC;
}
.BgClassName
{
background-color: #065DBC;
}
</style>
border-color css
<style>
span { border-color: #065DBC; }
span { border-color: rgb(6,93,188); }
td.TdClassName
{
border-color: #065DBC;
}
.TagClassName
{
border-color: #065DBC;
}
</style>