Shades of Cobalt #065098
Tints of Cobalt #065098
RGB
CMYK
RGB Variations
Color information
#065098 (or 0x065098) is known color: Cobalt. HEX triplet: 06, 50 and 98. RGB value is (6,80,152). Sum of RGB (Red+Green+Blue) = 6+80+152=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #065098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065098 is #F9AF67. Grayscale: #414141. Windows color (decimal): -16363368 or 9981958. OLE color: 9981958.
HSL color Cylindrical-coordinate representation of color #065098: hue angle of 209.59º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065098 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 80 | 152 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.40 |
| HSL | 209.59º | 0.92% | 0.31% | - |
| HSV(B) | 209.59º | 0.96% | 0.6% | - |
| XYZ | 8.61 | 8.04 | 30.8 | - |
| YUV | 66.08 | 176.48 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 152 | 0.96 | 0.47 | 0 | 0.40 | 209.59 | 0.92 | 0.31 |
| Hex | 6 | 50 | 98 | 60 | 2F | 0 | 28 | D2 | 5C | 1F |
| Octal | 6 | 120 | 230 | 140 | 57 | 0 | 50 | 322 | 134 | 37 |
| Binary | 110 | 1010000 | 10011000 | 1100000 | 101111 | 0 | 101000 | 11010010 | 1011100 | 11111 |
Color Harmonies of #065098
Complementary color
Monochromatic Colors of #065098
Black with #065098
Text Example
Text Example
White with #065098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065098; }
p { color: rgb(6,80,152); }
H1.HeaderClassName
{
color: #065098;
}
.AnyTagClassName
{
color: #065098;
}
</style>
background-color css
<style>
a { background-color: #065098; }
a { background-color: rgb(6,80,152); }
div.DivClassName
{
background-color: #065098;
}
.BgClassName
{
background-color: #065098;
}
</style>
border-color css
<style>
span { border-color: #065098; }
span { border-color: rgb(6,80,152); }
td.TdClassName
{
border-color: #065098;
}
.TagClassName
{
border-color: #065098;
}
</style>