Shades of Cobalt #1851A0
Tints of Cobalt #1851A0
RGB
CMYK
RGB Variations
Color information
#1851A0 (or 0x1851A0) is known color: Cobalt. HEX triplet: 18, 51 and A0. RGB value is (24,81,160). Sum of RGB (Red+Green+Blue) = 24+81+160=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #1851A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851A0 is #E7AE5F. Grayscale: #484848. Windows color (decimal): -15183456 or 10506520. OLE color: 10506520.
HSL color Cylindrical-coordinate representation of color #1851A0: hue angle of 214.85º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1851A0 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 81 | 160 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.37 |
| HSL | 214.85º | 0.74% | 0.36% | - |
| HSV(B) | 214.85º | 0.85% | 0.63% | - |
| XYZ | 9.66 | 8.62 | 34.41 | - |
| YUV | 72.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 160 | 0.85 | 0.49 | 0 | 0.37 | 214.85 | 0.74 | 0.36 |
| Hex | 18 | 51 | A0 | 55 | 31 | 0 | 25 | D7 | 4A | 24 |
| Octal | 30 | 121 | 240 | 125 | 61 | 0 | 45 | 327 | 112 | 44 |
| Binary | 11000 | 1010001 | 10100000 | 1010101 | 110001 | 0 | 100101 | 11010111 | 1001010 | 100100 |
Color Harmonies of #1851A0
Complementary color
Monochromatic Colors of #1851A0
Black with #1851A0
Text Example
Text Example
White with #1851A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851A0; }
p { color: rgb(24,81,160); }
H1.HeaderClassName
{
color: #1851A0;
}
.AnyTagClassName
{
color: #1851A0;
}
</style>
background-color css
<style>
a { background-color: #1851A0; }
a { background-color: rgb(24,81,160); }
div.DivClassName
{
background-color: #1851A0;
}
.BgClassName
{
background-color: #1851A0;
}
</style>
border-color css
<style>
span { border-color: #1851A0; }
span { border-color: rgb(24,81,160); }
td.TdClassName
{
border-color: #1851A0;
}
.TagClassName
{
border-color: #1851A0;
}
</style>