Shades of Cobalt #1248B5
Tints of Cobalt #1248B5
RGB
CMYK
RGB Variations
Color information
#1248B5 (or 0x1248B5) is known color: Cobalt. HEX triplet: 12, 48 and B5. RGB value is (18,72,181). Sum of RGB (Red+Green+Blue) = 18+72+181=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 181 (71.09% from 255 or 66.79% from 271); Max value from RGB is 181 - color contains mainly: blue. Hex color #1248B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248B5 is #EDB74A. Grayscale: #434343. Windows color (decimal): -15578955 or 11880466. OLE color: 11880466.
HSL color Cylindrical-coordinate representation of color #1248B5: hue angle of 220.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1248B5 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 72 | 181 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.29 |
| HSL | 220.12º | 0.82% | 0.39% | - |
| HSV(B) | 220.12º | 0.9% | 0.71% | - |
| XYZ | 10.91 | 8.1 | 44.7 | - |
| YUV | 68.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 181 | 0.90 | 0.60 | 0 | 0.29 | 220.12 | 0.82 | 0.39 |
| Hex | 12 | 48 | B5 | 5A | 3C | 0 | 1D | DC | 52 | 27 |
| Octal | 22 | 110 | 265 | 132 | 74 | 0 | 35 | 334 | 122 | 47 |
| Binary | 10010 | 1001000 | 10110101 | 1011010 | 111100 | 0 | 11101 | 11011100 | 1010010 | 100111 |
Color Harmonies of #1248B5
Complementary color
Monochromatic Colors of #1248B5
Black with #1248B5
Text Example
Text Example
White with #1248B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248B5; }
p { color: rgb(18,72,181); }
H1.HeaderClassName
{
color: #1248B5;
}
.AnyTagClassName
{
color: #1248B5;
}
</style>
background-color css
<style>
a { background-color: #1248B5; }
a { background-color: rgb(18,72,181); }
div.DivClassName
{
background-color: #1248B5;
}
.BgClassName
{
background-color: #1248B5;
}
</style>
border-color css
<style>
span { border-color: #1248B5; }
span { border-color: rgb(18,72,181); }
td.TdClassName
{
border-color: #1248B5;
}
.TagClassName
{
border-color: #1248B5;
}
</style>