Shades of Cobalt #065AAF
Tints of Cobalt #065AAF
RGB
CMYK
RGB Variations
Color information
#065AAF (or 0x065AAF) is known color: Cobalt. HEX triplet: 06, 5A and AF. RGB value is (6,90,175). Sum of RGB (Red+Green+Blue) = 6+90+175=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #065AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AAF is #F9A550. Grayscale: #4A4A4A. Windows color (decimal): -16360785 or 11491846. OLE color: 11491846.
HSL color Cylindrical-coordinate representation of color #065AAF: hue angle of 210.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AAF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 90 | 175 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.31 |
| HSL | 210.18º | 0.93% | 0.35% | - |
| HSV(B) | 210.18º | 0.97% | 0.69% | - |
| XYZ | 11.47 | 10.45 | 41.97 | - |
| YUV | 74.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 175 | 0.97 | 0.49 | 0 | 0.31 | 210.18 | 0.93 | 0.35 |
| Hex | 6 | 5A | AF | 61 | 31 | 0 | 1F | D2 | 5D | 23 |
| Octal | 6 | 132 | 257 | 141 | 61 | 0 | 37 | 322 | 135 | 43 |
| Binary | 110 | 1011010 | 10101111 | 1100001 | 110001 | 0 | 11111 | 11010010 | 1011101 | 100011 |
Color Harmonies of #065AAF
Complementary color
Monochromatic Colors of #065AAF
Black with #065AAF
Text Example
Text Example
White with #065AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AAF; }
p { color: rgb(6,90,175); }
H1.HeaderClassName
{
color: #065AAF;
}
.AnyTagClassName
{
color: #065AAF;
}
</style>
background-color css
<style>
a { background-color: #065AAF; }
a { background-color: rgb(6,90,175); }
div.DivClassName
{
background-color: #065AAF;
}
.BgClassName
{
background-color: #065AAF;
}
</style>
border-color css
<style>
span { border-color: #065AAF; }
span { border-color: rgb(6,90,175); }
td.TdClassName
{
border-color: #065AAF;
}
.TagClassName
{
border-color: #065AAF;
}
</style>