Shades of Cobalt #065096
Tints of Cobalt #065096
RGB
CMYK
RGB Variations
Color information
#065096 (or 0x065096) is known color: Cobalt. HEX triplet: 06, 50 and 96. RGB value is (6,80,150). Sum of RGB (Red+Green+Blue) = 6+80+150=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #065096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065096 is #F9AF69. Grayscale: #414141. Windows color (decimal): -16363370 or 9850886. OLE color: 9850886.
HSL color Cylindrical-coordinate representation of color #065096: hue angle of 209.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065096 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 80 | 150 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.41 |
| HSL | 209.17º | 0.92% | 0.31% | - |
| HSV(B) | 209.17º | 0.96% | 0.59% | - |
| XYZ | 8.45 | 7.98 | 29.95 | - |
| YUV | 65.85 | 175.48 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 150 | 0.96 | 0.47 | 0 | 0.41 | 209.17 | 0.92 | 0.31 |
| Hex | 6 | 50 | 96 | 60 | 2F | 0 | 29 | D1 | 5C | 1F |
| Octal | 6 | 120 | 226 | 140 | 57 | 0 | 51 | 321 | 134 | 37 |
| Binary | 110 | 1010000 | 10010110 | 1100000 | 101111 | 0 | 101001 | 11010001 | 1011100 | 11111 |
Color Harmonies of #065096
Complementary color
Monochromatic Colors of #065096
Black with #065096
Text Example
Text Example
White with #065096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065096; }
p { color: rgb(6,80,150); }
H1.HeaderClassName
{
color: #065096;
}
.AnyTagClassName
{
color: #065096;
}
</style>
background-color css
<style>
a { background-color: #065096; }
a { background-color: rgb(6,80,150); }
div.DivClassName
{
background-color: #065096;
}
.BgClassName
{
background-color: #065096;
}
</style>
border-color css
<style>
span { border-color: #065096; }
span { border-color: rgb(6,80,150); }
td.TdClassName
{
border-color: #065096;
}
.TagClassName
{
border-color: #065096;
}
</style>