Shades of Cobalt #065BA3
Tints of Cobalt #065BA3
RGB
CMYK
RGB Variations
Color information
#065BA3 (or 0x065BA3) is known color: Cobalt. HEX triplet: 06, 5B and A3. RGB value is (6,91,163). Sum of RGB (Red+Green+Blue) = 6+91+163=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #065BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BA3 is #F9A45C. Grayscale: #494949. Windows color (decimal): -16360541 or 10705670. OLE color: 10705670.
HSL color Cylindrical-coordinate representation of color #065BA3: hue angle of 207.52º 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 #065BA3 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 91 | 163 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.36 |
| HSL | 207.52º | 0.93% | 0.33% | - |
| HSV(B) | 207.52º | 0.96% | 0.64% | - |
| XYZ | 10.43 | 10.17 | 36.06 | - |
| YUV | 73.79 | 178.34 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 163 | 0.96 | 0.44 | 0 | 0.36 | 207.52 | 0.93 | 0.33 |
| Hex | 6 | 5B | A3 | 60 | 2C | 0 | 24 | D0 | 5D | 21 |
| Octal | 6 | 133 | 243 | 140 | 54 | 0 | 44 | 320 | 135 | 41 |
| Binary | 110 | 1011011 | 10100011 | 1100000 | 101100 | 0 | 100100 | 11010000 | 1011101 | 100001 |
Color Harmonies of #065BA3
Complementary color
Monochromatic Colors of #065BA3
Black with #065BA3
Text Example
Text Example
White with #065BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BA3; }
p { color: rgb(6,91,163); }
H1.HeaderClassName
{
color: #065BA3;
}
.AnyTagClassName
{
color: #065BA3;
}
</style>
background-color css
<style>
a { background-color: #065BA3; }
a { background-color: rgb(6,91,163); }
div.DivClassName
{
background-color: #065BA3;
}
.BgClassName
{
background-color: #065BA3;
}
</style>
border-color css
<style>
span { border-color: #065BA3; }
span { border-color: rgb(6,91,163); }
td.TdClassName
{
border-color: #065BA3;
}
.TagClassName
{
border-color: #065BA3;
}
</style>