Shades of Cobalt #0948BE
Tints of Cobalt #0948BE
RGB
CMYK
RGB Variations
Color information
#0948BE (or 0x0948BE) is known color: Cobalt. HEX triplet: 09, 48 and BE. RGB value is (9,72,190). Sum of RGB (Red+Green+Blue) = 9+72+190=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #0948BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948BE is #F6B741. Grayscale: #424242. Windows color (decimal): -16168770 or 12470281. OLE color: 12470281.
HSL color Cylindrical-coordinate representation of color #0948BE: hue angle of 219.12º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0948BE is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 72 | 190 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.25 |
| HSL | 219.12º | 0.91% | 0.39% | - |
| HSV(B) | 219.12º | 0.95% | 0.75% | - |
| XYZ | 11.72 | 8.41 | 49.72 | - |
| YUV | 66.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 190 | 0.95 | 0.62 | 0 | 0.25 | 219.12 | 0.91 | 0.39 |
| Hex | 9 | 48 | BE | 5F | 3E | 0 | 19 | DB | 5B | 27 |
| Octal | 11 | 110 | 276 | 137 | 76 | 0 | 31 | 333 | 133 | 47 |
| Binary | 1001 | 1001000 | 10111110 | 1011111 | 111110 | 0 | 11001 | 11011011 | 1011011 | 100111 |
Color Harmonies of #0948BE
Complementary color
Monochromatic Colors of #0948BE
Black with #0948BE
Text Example
Text Example
White with #0948BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948BE; }
p { color: rgb(9,72,190); }
H1.HeaderClassName
{
color: #0948BE;
}
.AnyTagClassName
{
color: #0948BE;
}
</style>
background-color css
<style>
a { background-color: #0948BE; }
a { background-color: rgb(9,72,190); }
div.DivClassName
{
background-color: #0948BE;
}
.BgClassName
{
background-color: #0948BE;
}
</style>
border-color css
<style>
span { border-color: #0948BE; }
span { border-color: rgb(9,72,190); }
td.TdClassName
{
border-color: #0948BE;
}
.TagClassName
{
border-color: #0948BE;
}
</style>