Shades of Denim #065CB0
Tints of Denim #065CB0
RGB
CMYK
RGB Variations
Color information
#065CB0 (or 0x065CB0) is known color: Denim. HEX triplet: 06, 5C and B0. RGB value is (6,92,176). Sum of RGB (Red+Green+Blue) = 6+92+176=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #065CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CB0 is #F9A34F. Grayscale: #4B4B4B. Windows color (decimal): -16360272 or 11557894. OLE color: 11557894.
HSL color Cylindrical-coordinate representation of color #065CB0: hue angle of 209.65º 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 #065CB0 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 92 | 176 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.31 |
| HSL | 209.65º | 0.93% | 0.36% | - |
| HSV(B) | 209.65º | 0.97% | 0.69% | - |
| XYZ | 11.74 | 10.83 | 42.55 | - |
| YUV | 75.86 | 184.51 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 176 | 0.97 | 0.48 | 0 | 0.31 | 209.65 | 0.93 | 0.36 |
| Hex | 6 | 5C | B0 | 61 | 30 | 0 | 1F | D2 | 5D | 24 |
| Octal | 6 | 134 | 260 | 141 | 60 | 0 | 37 | 322 | 135 | 44 |
| Binary | 110 | 1011100 | 10110000 | 1100001 | 110000 | 0 | 11111 | 11010010 | 1011101 | 100100 |
Color Harmonies of #065CB0
Complementary color
Monochromatic Colors of #065CB0
Black with #065CB0
Text Example
Text Example
White with #065CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CB0; }
p { color: rgb(6,92,176); }
H1.HeaderClassName
{
color: #065CB0;
}
.AnyTagClassName
{
color: #065CB0;
}
</style>
background-color css
<style>
a { background-color: #065CB0; }
a { background-color: rgb(6,92,176); }
div.DivClassName
{
background-color: #065CB0;
}
.BgClassName
{
background-color: #065CB0;
}
</style>
border-color css
<style>
span { border-color: #065CB0; }
span { border-color: rgb(6,92,176); }
td.TdClassName
{
border-color: #065CB0;
}
.TagClassName
{
border-color: #065CB0;
}
</style>