Shades of Denim #065AB1
Tints of Denim #065AB1
RGB
CMYK
RGB Variations
Color information
#065AB1 (or 0x065AB1) is known color: Denim. HEX triplet: 06, 5A and B1. RGB value is (6,90,177). Sum of RGB (Red+Green+Blue) = 6+90+177=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #065AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AB1 is #F9A54E. Grayscale: #4A4A4A. Windows color (decimal): -16360783 or 11622918. OLE color: 11622918.
HSL color Cylindrical-coordinate representation of color #065AB1: hue angle of 210.53º 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 #065AB1 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 90 | 177 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.31 |
| HSL | 210.53º | 0.93% | 0.36% | - |
| HSV(B) | 210.53º | 0.97% | 0.69% | - |
| XYZ | 11.67 | 10.53 | 43.01 | - |
| YUV | 74.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 177 | 0.97 | 0.49 | 0 | 0.31 | 210.53 | 0.93 | 0.36 |
| Hex | 6 | 5A | B1 | 61 | 31 | 0 | 1F | D3 | 5D | 24 |
| Octal | 6 | 132 | 261 | 141 | 61 | 0 | 37 | 323 | 135 | 44 |
| Binary | 110 | 1011010 | 10110001 | 1100001 | 110001 | 0 | 11111 | 11010011 | 1011101 | 100100 |
Color Harmonies of #065AB1
Complementary color
Monochromatic Colors of #065AB1
Black with #065AB1
Text Example
Text Example
White with #065AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AB1; }
p { color: rgb(6,90,177); }
H1.HeaderClassName
{
color: #065AB1;
}
.AnyTagClassName
{
color: #065AB1;
}
</style>
background-color css
<style>
a { background-color: #065AB1; }
a { background-color: rgb(6,90,177); }
div.DivClassName
{
background-color: #065AB1;
}
.BgClassName
{
background-color: #065AB1;
}
</style>
border-color css
<style>
span { border-color: #065AB1; }
span { border-color: rgb(6,90,177); }
td.TdClassName
{
border-color: #065AB1;
}
.TagClassName
{
border-color: #065AB1;
}
</style>