Shades of Cobalt #1148B3
Tints of Cobalt #1148B3
RGB
CMYK
RGB Variations
Color information
#1148B3 (or 0x1148B3) is known color: Cobalt. HEX triplet: 11, 48 and B3. RGB value is (17,72,179). Sum of RGB (Red+Green+Blue) = 17+72+179=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #1148B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148B3 is #EEB74C. Grayscale: #434343. Windows color (decimal): -15644493 or 11749393. OLE color: 11749393.
HSL color Cylindrical-coordinate representation of color #1148B3: hue angle of 219.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1148B3 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 72 | 179 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.30 |
| HSL | 219.63º | 0.83% | 0.38% | - |
| HSV(B) | 219.63º | 0.91% | 0.7% | - |
| XYZ | 10.69 | 8.01 | 43.63 | - |
| YUV | 67.75 | 190.78 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 179 | 0.91 | 0.60 | 0 | 0.30 | 219.63 | 0.83 | 0.38 |
| Hex | 11 | 48 | B3 | 5B | 3C | 0 | 1E | DC | 53 | 26 |
| Octal | 21 | 110 | 263 | 133 | 74 | 0 | 36 | 334 | 123 | 46 |
| Binary | 10001 | 1001000 | 10110011 | 1011011 | 111100 | 0 | 11110 | 11011100 | 1010011 | 100110 |
Color Harmonies of #1148B3
Complementary color
Monochromatic Colors of #1148B3
Black with #1148B3
Text Example
Text Example
White with #1148B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1148B3; }
p { color: rgb(17,72,179); }
H1.HeaderClassName
{
color: #1148B3;
}
.AnyTagClassName
{
color: #1148B3;
}
</style>
background-color css
<style>
a { background-color: #1148B3; }
a { background-color: rgb(17,72,179); }
div.DivClassName
{
background-color: #1148B3;
}
.BgClassName
{
background-color: #1148B3;
}
</style>
border-color css
<style>
span { border-color: #1148B3; }
span { border-color: rgb(17,72,179); }
td.TdClassName
{
border-color: #1148B3;
}
.TagClassName
{
border-color: #1148B3;
}
</style>