Shades of Cobalt #015298
Tints of Cobalt #015298
RGB
CMYK
RGB Variations
Color information
#015298 (or 0x015298) is known color: Cobalt. HEX triplet: 01, 52 and 98. RGB value is (1,82,152). Sum of RGB (Red+Green+Blue) = 1+82+152=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #015298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015298 is #FEAD67. Grayscale: #414141. Windows color (decimal): -16690536 or 9982465. OLE color: 9982465.
HSL color Cylindrical-coordinate representation of color #015298: hue angle of 207.81º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015298 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 82 | 152 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.40 |
| HSL | 207.81º | 0.99% | 0.3% | - |
| HSV(B) | 207.81º | 0.99% | 0.6% | - |
| XYZ | 8.7 | 8.31 | 30.85 | - |
| YUV | 65.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 152 | 0.99 | 0.46 | 0 | 0.40 | 207.81 | 0.99 | 0.3 |
| Hex | 1 | 52 | 98 | 63 | 2E | 0 | 28 | D0 | 63 | 1E |
| Octal | 1 | 122 | 230 | 143 | 56 | 0 | 50 | 320 | 143 | 36 |
| Binary | 1 | 1010010 | 10011000 | 1100011 | 101110 | 0 | 101000 | 11010000 | 1100011 | 11110 |
Color Harmonies of #015298
Complementary color
Monochromatic Colors of #015298
Black with #015298
Text Example
Text Example
White with #015298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015298; }
p { color: rgb(1,82,152); }
H1.HeaderClassName
{
color: #015298;
}
.AnyTagClassName
{
color: #015298;
}
</style>
background-color css
<style>
a { background-color: #015298; }
a { background-color: rgb(1,82,152); }
div.DivClassName
{
background-color: #015298;
}
.BgClassName
{
background-color: #015298;
}
</style>
border-color css
<style>
span { border-color: #015298; }
span { border-color: rgb(1,82,152); }
td.TdClassName
{
border-color: #015298;
}
.TagClassName
{
border-color: #015298;
}
</style>