Shades of Cobalt #065DA8
Tints of Cobalt #065DA8
RGB
CMYK
RGB Variations
Color information
#065DA8 (or 0x065DA8) is known color: Cobalt. HEX triplet: 06, 5D and A8. RGB value is (6,93,168). Sum of RGB (Red+Green+Blue) = 6+93+168=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #065DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DA8 is #F9A257. Grayscale: #4B4B4B. Windows color (decimal): -16360024 or 11033862. OLE color: 11033862.
HSL color Cylindrical-coordinate representation of color #065DA8: hue angle of 207.78º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065DA8 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 93 | 168 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.34 |
| HSL | 207.78º | 0.93% | 0.34% | - |
| HSV(B) | 207.78º | 0.96% | 0.66% | - |
| XYZ | 11.06 | 10.69 | 38.53 | - |
| YUV | 75.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 168 | 0.96 | 0.45 | 0 | 0.34 | 207.78 | 0.93 | 0.34 |
| Hex | 6 | 5D | A8 | 60 | 2D | 0 | 22 | D0 | 5D | 22 |
| Octal | 6 | 135 | 250 | 140 | 55 | 0 | 42 | 320 | 135 | 42 |
| Binary | 110 | 1011101 | 10101000 | 1100000 | 101101 | 0 | 100010 | 11010000 | 1011101 | 100010 |
Color Harmonies of #065DA8
Complementary color
Monochromatic Colors of #065DA8
Black with #065DA8
Text Example
Text Example
White with #065DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DA8; }
p { color: rgb(6,93,168); }
H1.HeaderClassName
{
color: #065DA8;
}
.AnyTagClassName
{
color: #065DA8;
}
</style>
background-color css
<style>
a { background-color: #065DA8; }
a { background-color: rgb(6,93,168); }
div.DivClassName
{
background-color: #065DA8;
}
.BgClassName
{
background-color: #065DA8;
}
</style>
border-color css
<style>
span { border-color: #065DA8; }
span { border-color: rgb(6,93,168); }
td.TdClassName
{
border-color: #065DA8;
}
.TagClassName
{
border-color: #065DA8;
}
</style>