Shades of Cobalt #18509F
Tints of Cobalt #18509F
RGB
CMYK
RGB Variations
Color information
#18509F (or 0x18509F) is known color: Cobalt. HEX triplet: 18, 50 and 9F. RGB value is (24,80,159). Sum of RGB (Red+Green+Blue) = 24+80+159=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #18509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18509F is #E7AF60. Grayscale: #474747. Windows color (decimal): -15183713 or 10440728. OLE color: 10440728.
HSL color Cylindrical-coordinate representation of color #18509F: hue angle of 215.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18509F is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 80 | 159 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.38 |
| HSL | 215.11º | 0.74% | 0.36% | - |
| HSV(B) | 215.11º | 0.85% | 0.62% | - |
| XYZ | 9.5 | 8.43 | 33.93 | - |
| YUV | 72.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 159 | 0.85 | 0.50 | 0 | 0.38 | 215.11 | 0.74 | 0.36 |
| Hex | 18 | 50 | 9F | 55 | 32 | 0 | 26 | D7 | 4A | 24 |
| Octal | 30 | 120 | 237 | 125 | 62 | 0 | 46 | 327 | 112 | 44 |
| Binary | 11000 | 1010000 | 10011111 | 1010101 | 110010 | 0 | 100110 | 11010111 | 1001010 | 100100 |
Color Harmonies of #18509F
Complementary color
Monochromatic Colors of #18509F
Black with #18509F
Text Example
Text Example
White with #18509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18509F; }
p { color: rgb(24,80,159); }
H1.HeaderClassName
{
color: #18509F;
}
.AnyTagClassName
{
color: #18509F;
}
</style>
background-color css
<style>
a { background-color: #18509F; }
a { background-color: rgb(24,80,159); }
div.DivClassName
{
background-color: #18509F;
}
.BgClassName
{
background-color: #18509F;
}
</style>
border-color css
<style>
span { border-color: #18509F; }
span { border-color: rgb(24,80,159); }
td.TdClassName
{
border-color: #18509F;
}
.TagClassName
{
border-color: #18509F;
}
</style>