Shades of Cobalt #065AA4
Tints of Cobalt #065AA4
RGB
CMYK
RGB Variations
Color information
#065AA4 (or 0x065AA4) is known color: Cobalt. HEX triplet: 06, 5A and A4. RGB value is (6,90,164). Sum of RGB (Red+Green+Blue) = 6+90+164=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #065AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AA4 is #F9A55B. Grayscale: #484848. Windows color (decimal): -16360796 or 10770950. OLE color: 10770950.
HSL color Cylindrical-coordinate representation of color #065AA4: hue angle of 208.1º 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 #065AA4 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 90 | 164 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.36 |
| HSL | 208.1º | 0.93% | 0.33% | - |
| HSV(B) | 208.1º | 0.96% | 0.64% | - |
| XYZ | 10.43 | 10.03 | 36.51 | - |
| YUV | 73.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 164 | 0.96 | 0.45 | 0 | 0.36 | 208.1 | 0.93 | 0.33 |
| Hex | 6 | 5A | A4 | 60 | 2D | 0 | 24 | D0 | 5D | 21 |
| Octal | 6 | 132 | 244 | 140 | 55 | 0 | 44 | 320 | 135 | 41 |
| Binary | 110 | 1011010 | 10100100 | 1100000 | 101101 | 0 | 100100 | 11010000 | 1011101 | 100001 |
Color Harmonies of #065AA4
Complementary color
Monochromatic Colors of #065AA4
Black with #065AA4
Text Example
Text Example
White with #065AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AA4; }
p { color: rgb(6,90,164); }
H1.HeaderClassName
{
color: #065AA4;
}
.AnyTagClassName
{
color: #065AA4;
}
</style>
background-color css
<style>
a { background-color: #065AA4; }
a { background-color: rgb(6,90,164); }
div.DivClassName
{
background-color: #065AA4;
}
.BgClassName
{
background-color: #065AA4;
}
</style>
border-color css
<style>
span { border-color: #065AA4; }
span { border-color: rgb(6,90,164); }
td.TdClassName
{
border-color: #065AA4;
}
.TagClassName
{
border-color: #065AA4;
}
</style>