Shades of Cobalt #0948B5
Tints of Cobalt #0948B5
RGB
CMYK
RGB Variations
Color information
#0948B5 (or 0x0948B5) is known color: Cobalt. HEX triplet: 09, 48 and B5. RGB value is (9,72,181). Sum of RGB (Red+Green+Blue) = 9+72+181=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #0948B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948B5 is #F6B74A. Grayscale: #414141. Windows color (decimal): -16168779 or 11880457. OLE color: 11880457.
HSL color Cylindrical-coordinate representation of color #0948B5: hue angle of 218.02º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0948B5 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 72 | 181 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.29 |
| HSL | 218.02º | 0.91% | 0.37% | - |
| HSV(B) | 218.02º | 0.95% | 0.71% | - |
| XYZ | 10.77 | 8.03 | 44.7 | - |
| YUV | 65.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 181 | 0.95 | 0.60 | 0 | 0.29 | 218.02 | 0.91 | 0.37 |
| Hex | 9 | 48 | B5 | 5F | 3C | 0 | 1D | DA | 5B | 25 |
| Octal | 11 | 110 | 265 | 137 | 74 | 0 | 35 | 332 | 133 | 45 |
| Binary | 1001 | 1001000 | 10110101 | 1011111 | 111100 | 0 | 11101 | 11011010 | 1011011 | 100101 |
Color Harmonies of #0948B5
Complementary color
Monochromatic Colors of #0948B5
Black with #0948B5
Text Example
Text Example
White with #0948B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948B5; }
p { color: rgb(9,72,181); }
H1.HeaderClassName
{
color: #0948B5;
}
.AnyTagClassName
{
color: #0948B5;
}
</style>
background-color css
<style>
a { background-color: #0948B5; }
a { background-color: rgb(9,72,181); }
div.DivClassName
{
background-color: #0948B5;
}
.BgClassName
{
background-color: #0948B5;
}
</style>
border-color css
<style>
span { border-color: #0948B5; }
span { border-color: rgb(9,72,181); }
td.TdClassName
{
border-color: #0948B5;
}
.TagClassName
{
border-color: #0948B5;
}
</style>