Shades of Denim #065DB1
Tints of Denim #065DB1
RGB
CMYK
RGB Variations
Color information
#065DB1 (or 0x065DB1) is known color: Denim. HEX triplet: 06, 5D and B1. RGB value is (6,93,177). Sum of RGB (Red+Green+Blue) = 6+93+177=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #065DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DB1 is #F9A24E. Grayscale: #4C4C4C. Windows color (decimal): -16360015 or 11623686. OLE color: 11623686.
HSL color Cylindrical-coordinate representation of color #065DB1: hue angle of 209.47º 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 #065DB1 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 93 | 177 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.31 |
| HSL | 209.47º | 0.93% | 0.36% | - |
| HSV(B) | 209.47º | 0.97% | 0.69% | - |
| XYZ | 11.93 | 11.04 | 43.1 | - |
| YUV | 76.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 177 | 0.97 | 0.47 | 0 | 0.31 | 209.47 | 0.93 | 0.36 |
| Hex | 6 | 5D | B1 | 61 | 2F | 0 | 1F | D1 | 5D | 24 |
| Octal | 6 | 135 | 261 | 141 | 57 | 0 | 37 | 321 | 135 | 44 |
| Binary | 110 | 1011101 | 10110001 | 1100001 | 101111 | 0 | 11111 | 11010001 | 1011101 | 100100 |
Color Harmonies of #065DB1
Complementary color
Monochromatic Colors of #065DB1
Black with #065DB1
Text Example
Text Example
White with #065DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DB1; }
p { color: rgb(6,93,177); }
H1.HeaderClassName
{
color: #065DB1;
}
.AnyTagClassName
{
color: #065DB1;
}
</style>
background-color css
<style>
a { background-color: #065DB1; }
a { background-color: rgb(6,93,177); }
div.DivClassName
{
background-color: #065DB1;
}
.BgClassName
{
background-color: #065DB1;
}
</style>
border-color css
<style>
span { border-color: #065DB1; }
span { border-color: rgb(6,93,177); }
td.TdClassName
{
border-color: #065DB1;
}
.TagClassName
{
border-color: #065DB1;
}
</style>