Shades of Cobalt #065DA3
Tints of Cobalt #065DA3
RGB
CMYK
RGB Variations
Color information
#065DA3 (or 0x065DA3) is known color: Cobalt. HEX triplet: 06, 5D and A3. RGB value is (6,93,163). Sum of RGB (Red+Green+Blue) = 6+93+163=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #065DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DA3 is #F9A25C. Grayscale: #4A4A4A. Windows color (decimal): -16360029 or 10706182. OLE color: 10706182.
HSL color Cylindrical-coordinate representation of color #065DA3: hue angle of 206.75º 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 #065DA3 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 93 | 163 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.36 |
| HSL | 206.75º | 0.93% | 0.33% | - |
| HSV(B) | 206.75º | 0.96% | 0.64% | - |
| XYZ | 10.6 | 10.51 | 36.12 | - |
| YUV | 74.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 163 | 0.96 | 0.43 | 0 | 0.36 | 206.75 | 0.93 | 0.33 |
| Hex | 6 | 5D | A3 | 60 | 2B | 0 | 24 | CF | 5D | 21 |
| Octal | 6 | 135 | 243 | 140 | 53 | 0 | 44 | 317 | 135 | 41 |
| Binary | 110 | 1011101 | 10100011 | 1100000 | 101011 | 0 | 100100 | 11001111 | 1011101 | 100001 |
Color Harmonies of #065DA3
Complementary color
Monochromatic Colors of #065DA3
Black with #065DA3
Text Example
Text Example
White with #065DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DA3; }
p { color: rgb(6,93,163); }
H1.HeaderClassName
{
color: #065DA3;
}
.AnyTagClassName
{
color: #065DA3;
}
</style>
background-color css
<style>
a { background-color: #065DA3; }
a { background-color: rgb(6,93,163); }
div.DivClassName
{
background-color: #065DA3;
}
.BgClassName
{
background-color: #065DA3;
}
</style>
border-color css
<style>
span { border-color: #065DA3; }
span { border-color: rgb(6,93,163); }
td.TdClassName
{
border-color: #065DA3;
}
.TagClassName
{
border-color: #065DA3;
}
</style>