Shades of Cobalt #065AA2
Tints of Cobalt #065AA2
RGB
CMYK
RGB Variations
Color information
#065AA2 (or 0x065AA2) is known color: Cobalt. HEX triplet: 06, 5A and A2. RGB value is (6,90,162). Sum of RGB (Red+Green+Blue) = 6+90+162=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #065AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AA2 is #F9A55D. Grayscale: #484848. Windows color (decimal): -16360798 or 10639878. OLE color: 10639878.
HSL color Cylindrical-coordinate representation of color #065AA2: hue angle of 207.69º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065AA2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 90 | 162 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.36 |
| HSL | 207.69º | 0.93% | 0.33% | - |
| HSV(B) | 207.69º | 0.96% | 0.64% | - |
| XYZ | 10.25 | 9.96 | 35.56 | - |
| YUV | 73.09 | 178.17 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 162 | 0.96 | 0.44 | 0 | 0.36 | 207.69 | 0.93 | 0.33 |
| Hex | 6 | 5A | A2 | 60 | 2C | 0 | 24 | D0 | 5D | 21 |
| Octal | 6 | 132 | 242 | 140 | 54 | 0 | 44 | 320 | 135 | 41 |
| Binary | 110 | 1011010 | 10100010 | 1100000 | 101100 | 0 | 100100 | 11010000 | 1011101 | 100001 |
Color Harmonies of #065AA2
Complementary color
Monochromatic Colors of #065AA2
Black with #065AA2
Text Example
Text Example
White with #065AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AA2; }
p { color: rgb(6,90,162); }
H1.HeaderClassName
{
color: #065AA2;
}
.AnyTagClassName
{
color: #065AA2;
}
</style>
background-color css
<style>
a { background-color: #065AA2; }
a { background-color: rgb(6,90,162); }
div.DivClassName
{
background-color: #065AA2;
}
.BgClassName
{
background-color: #065AA2;
}
</style>
border-color css
<style>
span { border-color: #065AA2; }
span { border-color: rgb(6,90,162); }
td.TdClassName
{
border-color: #065AA2;
}
.TagClassName
{
border-color: #065AA2;
}
</style>