Shades of Cobalt #065AA6
Tints of Cobalt #065AA6
RGB
CMYK
RGB Variations
Color information
#065AA6 (or 0x065AA6) is known color: Cobalt. HEX triplet: 06, 5A and A6. RGB value is (6,90,166). Sum of RGB (Red+Green+Blue) = 6+90+166=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #065AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AA6 is #F9A559. Grayscale: #494949. Windows color (decimal): -16360794 or 10902022. OLE color: 10902022.
HSL color Cylindrical-coordinate representation of color #065AA6: hue angle of 208.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065AA6 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 90 | 166 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.35 |
| HSL | 208.5º | 0.93% | 0.34% | - |
| HSV(B) | 208.5º | 0.96% | 0.65% | - |
| XYZ | 10.61 | 10.1 | 37.47 | - |
| YUV | 73.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 166 | 0.96 | 0.46 | 0 | 0.35 | 208.5 | 0.93 | 0.34 |
| Hex | 6 | 5A | A6 | 60 | 2E | 0 | 23 | D0 | 5D | 22 |
| Octal | 6 | 132 | 246 | 140 | 56 | 0 | 43 | 320 | 135 | 42 |
| Binary | 110 | 1011010 | 10100110 | 1100000 | 101110 | 0 | 100011 | 11010000 | 1011101 | 100010 |
Color Harmonies of #065AA6
Complementary color
Monochromatic Colors of #065AA6
Black with #065AA6
Text Example
Text Example
White with #065AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AA6; }
p { color: rgb(6,90,166); }
H1.HeaderClassName
{
color: #065AA6;
}
.AnyTagClassName
{
color: #065AA6;
}
</style>
background-color css
<style>
a { background-color: #065AA6; }
a { background-color: rgb(6,90,166); }
div.DivClassName
{
background-color: #065AA6;
}
.BgClassName
{
background-color: #065AA6;
}
</style>
border-color css
<style>
span { border-color: #065AA6; }
span { border-color: rgb(6,90,166); }
td.TdClassName
{
border-color: #065AA6;
}
.TagClassName
{
border-color: #065AA6;
}
</style>