Shades of Cobalt #065CA2
Tints of Cobalt #065CA2
RGB
CMYK
RGB Variations
Color information
#065CA2 (or 0x065CA2) is known color: Cobalt. HEX triplet: 06, 5C and A2. RGB value is (6,92,162). Sum of RGB (Red+Green+Blue) = 6+92+162=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #065CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CA2 is #F9A35D. Grayscale: #494949. Windows color (decimal): -16360286 or 10640390. OLE color: 10640390.
HSL color Cylindrical-coordinate representation of color #065CA2: hue angle of 206.92º 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 #065CA2 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 92 | 162 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.36 |
| HSL | 206.92º | 0.93% | 0.33% | - |
| HSV(B) | 206.92º | 0.96% | 0.64% | - |
| XYZ | 10.42 | 10.3 | 35.62 | - |
| YUV | 74.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 162 | 0.96 | 0.43 | 0 | 0.36 | 206.92 | 0.93 | 0.33 |
| Hex | 6 | 5C | A2 | 60 | 2B | 0 | 24 | CF | 5D | 21 |
| Octal | 6 | 134 | 242 | 140 | 53 | 0 | 44 | 317 | 135 | 41 |
| Binary | 110 | 1011100 | 10100010 | 1100000 | 101011 | 0 | 100100 | 11001111 | 1011101 | 100001 |
Color Harmonies of #065CA2
Complementary color
Monochromatic Colors of #065CA2
Black with #065CA2
Text Example
Text Example
White with #065CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CA2; }
p { color: rgb(6,92,162); }
H1.HeaderClassName
{
color: #065CA2;
}
.AnyTagClassName
{
color: #065CA2;
}
</style>
background-color css
<style>
a { background-color: #065CA2; }
a { background-color: rgb(6,92,162); }
div.DivClassName
{
background-color: #065CA2;
}
.BgClassName
{
background-color: #065CA2;
}
</style>
border-color css
<style>
span { border-color: #065CA2; }
span { border-color: rgb(6,92,162); }
td.TdClassName
{
border-color: #065CA2;
}
.TagClassName
{
border-color: #065CA2;
}
</style>