Shades of Cobalt #065AAA
Tints of Cobalt #065AAA
RGB
CMYK
RGB Variations
Color information
#065AAA (or 0x065AAA) is known color: Cobalt. HEX triplet: 06, 5A and AA. RGB value is (6,90,170). Sum of RGB (Red+Green+Blue) = 6+90+170=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #065AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AAA is #F9A555. Grayscale: #494949. Windows color (decimal): -16360790 or 11164166. OLE color: 11164166.
HSL color Cylindrical-coordinate representation of color #065AAA: hue angle of 209.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065AAA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 90 | 170 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.33 |
| HSL | 209.27º | 0.93% | 0.35% | - |
| HSV(B) | 209.27º | 0.96% | 0.67% | - |
| XYZ | 10.99 | 10.25 | 39.43 | - |
| YUV | 74 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 170 | 0.96 | 0.47 | 0 | 0.33 | 209.27 | 0.93 | 0.35 |
| Hex | 6 | 5A | AA | 60 | 2F | 0 | 21 | D1 | 5D | 23 |
| Octal | 6 | 132 | 252 | 140 | 57 | 0 | 41 | 321 | 135 | 43 |
| Binary | 110 | 1011010 | 10101010 | 1100000 | 101111 | 0 | 100001 | 11010001 | 1011101 | 100011 |
Color Harmonies of #065AAA
Complementary color
Monochromatic Colors of #065AAA
Black with #065AAA
Text Example
Text Example
White with #065AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AAA; }
p { color: rgb(6,90,170); }
H1.HeaderClassName
{
color: #065AAA;
}
.AnyTagClassName
{
color: #065AAA;
}
</style>
background-color css
<style>
a { background-color: #065AAA; }
a { background-color: rgb(6,90,170); }
div.DivClassName
{
background-color: #065AAA;
}
.BgClassName
{
background-color: #065AAA;
}
</style>
border-color css
<style>
span { border-color: #065AAA; }
span { border-color: rgb(6,90,170); }
td.TdClassName
{
border-color: #065AAA;
}
.TagClassName
{
border-color: #065AAA;
}
</style>