Shades of Denim #065DB3
Tints of Denim #065DB3
RGB
CMYK
RGB Variations
Color information
#065DB3 (or 0x065DB3) is known color: Denim. HEX triplet: 06, 5D and B3. RGB value is (6,93,179). Sum of RGB (Red+Green+Blue) = 6+93+179=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #065DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DB3 is #F9A24C. Grayscale: #4C4C4C. Windows color (decimal): -16360013 or 11754758. OLE color: 11754758.
HSL color Cylindrical-coordinate representation of color #065DB3: hue angle of 209.83º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DB3 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 93 | 179 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.30 |
| HSL | 209.83º | 0.94% | 0.36% | - |
| HSV(B) | 209.83º | 0.97% | 0.7% | - |
| XYZ | 12.13 | 11.12 | 44.16 | - |
| YUV | 76.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 179 | 0.97 | 0.48 | 0 | 0.30 | 209.83 | 0.94 | 0.36 |
| Hex | 6 | 5D | B3 | 61 | 30 | 0 | 1E | D2 | 5E | 24 |
| Octal | 6 | 135 | 263 | 141 | 60 | 0 | 36 | 322 | 136 | 44 |
| Binary | 110 | 1011101 | 10110011 | 1100001 | 110000 | 0 | 11110 | 11010010 | 1011110 | 100100 |
Color Harmonies of #065DB3
Complementary color
Monochromatic Colors of #065DB3
Black with #065DB3
Text Example
Text Example
White with #065DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DB3; }
p { color: rgb(6,93,179); }
H1.HeaderClassName
{
color: #065DB3;
}
.AnyTagClassName
{
color: #065DB3;
}
</style>
background-color css
<style>
a { background-color: #065DB3; }
a { background-color: rgb(6,93,179); }
div.DivClassName
{
background-color: #065DB3;
}
.BgClassName
{
background-color: #065DB3;
}
</style>
border-color css
<style>
span { border-color: #065DB3; }
span { border-color: rgb(6,93,179); }
td.TdClassName
{
border-color: #065DB3;
}
.TagClassName
{
border-color: #065DB3;
}
</style>