Shades of Cobalt #065AAC
Tints of Cobalt #065AAC
RGB
CMYK
RGB Variations
Color information
#065AAC (or 0x065AAC) is known color: Cobalt. HEX triplet: 06, 5A and AC. RGB value is (6,90,172). Sum of RGB (Red+Green+Blue) = 6+90+172=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #065AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AAC is #F9A553. Grayscale: #494949. Windows color (decimal): -16360788 or 11295238. OLE color: 11295238.
HSL color Cylindrical-coordinate representation of color #065AAC: hue angle of 209.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AAC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 90 | 172 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.33 |
| HSL | 209.64º | 0.93% | 0.35% | - |
| HSV(B) | 209.64º | 0.97% | 0.67% | - |
| XYZ | 11.18 | 10.33 | 40.43 | - |
| YUV | 74.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 172 | 0.97 | 0.48 | 0 | 0.33 | 209.64 | 0.93 | 0.35 |
| Hex | 6 | 5A | AC | 61 | 30 | 0 | 21 | D2 | 5D | 23 |
| Octal | 6 | 132 | 254 | 141 | 60 | 0 | 41 | 322 | 135 | 43 |
| Binary | 110 | 1011010 | 10101100 | 1100001 | 110000 | 0 | 100001 | 11010010 | 1011101 | 100011 |
Color Harmonies of #065AAC
Complementary color
Monochromatic Colors of #065AAC
Black with #065AAC
Text Example
Text Example
White with #065AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AAC; }
p { color: rgb(6,90,172); }
H1.HeaderClassName
{
color: #065AAC;
}
.AnyTagClassName
{
color: #065AAC;
}
</style>
background-color css
<style>
a { background-color: #065AAC; }
a { background-color: rgb(6,90,172); }
div.DivClassName
{
background-color: #065AAC;
}
.BgClassName
{
background-color: #065AAC;
}
</style>
border-color css
<style>
span { border-color: #065AAC; }
span { border-color: rgb(6,90,172); }
td.TdClassName
{
border-color: #065AAC;
}
.TagClassName
{
border-color: #065AAC;
}
</style>