Shades of Denim #065BB4
Tints of Denim #065BB4
RGB
CMYK
RGB Variations
Color information
#065BB4 (or 0x065BB4) is known color: Denim. HEX triplet: 06, 5B and B4. RGB value is (6,91,180). Sum of RGB (Red+Green+Blue) = 6+91+180=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #065BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BB4 is #F9A44B. Grayscale: #4B4B4B. Windows color (decimal): -16360524 or 11819782. OLE color: 11819782.
HSL color Cylindrical-coordinate representation of color #065BB4: hue angle of 210.69º 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 #065BB4 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 91 | 180 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.29 |
| HSL | 210.69º | 0.94% | 0.36% | - |
| HSV(B) | 210.69º | 0.97% | 0.71% | - |
| XYZ | 12.05 | 10.82 | 44.63 | - |
| YUV | 75.73 | 186.84 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 180 | 0.97 | 0.49 | 0 | 0.29 | 210.69 | 0.94 | 0.36 |
| Hex | 6 | 5B | B4 | 61 | 31 | 0 | 1D | D3 | 5E | 24 |
| Octal | 6 | 133 | 264 | 141 | 61 | 0 | 35 | 323 | 136 | 44 |
| Binary | 110 | 1011011 | 10110100 | 1100001 | 110001 | 0 | 11101 | 11010011 | 1011110 | 100100 |
Color Harmonies of #065BB4
Complementary color
Monochromatic Colors of #065BB4
Black with #065BB4
Text Example
Text Example
White with #065BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BB4; }
p { color: rgb(6,91,180); }
H1.HeaderClassName
{
color: #065BB4;
}
.AnyTagClassName
{
color: #065BB4;
}
</style>
background-color css
<style>
a { background-color: #065BB4; }
a { background-color: rgb(6,91,180); }
div.DivClassName
{
background-color: #065BB4;
}
.BgClassName
{
background-color: #065BB4;
}
</style>
border-color css
<style>
span { border-color: #065BB4; }
span { border-color: rgb(6,91,180); }
td.TdClassName
{
border-color: #065BB4;
}
.TagClassName
{
border-color: #065BB4;
}
</style>