Shades of Cobalt #0948BD
Tints of Cobalt #0948BD
RGB
CMYK
RGB Variations
Color information
#0948BD (or 0x0948BD) is known color: Cobalt. HEX triplet: 09, 48 and BD. RGB value is (9,72,189). Sum of RGB (Red+Green+Blue) = 9+72+189=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #0948BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948BD is #F6B742. Grayscale: #414141. Windows color (decimal): -16168771 or 12404745. OLE color: 12404745.
HSL color Cylindrical-coordinate representation of color #0948BD: hue angle of 219º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0948BD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 72 | 189 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.26 |
| HSL | 219º | 0.91% | 0.39% | - |
| HSV(B) | 219º | 0.95% | 0.74% | - |
| XYZ | 11.62 | 8.37 | 49.15 | - |
| YUV | 66.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 189 | 0.95 | 0.62 | 0 | 0.26 | 219 | 0.91 | 0.39 |
| Hex | 9 | 48 | BD | 5F | 3E | 0 | 1A | DB | 5B | 27 |
| Octal | 11 | 110 | 275 | 137 | 76 | 0 | 32 | 333 | 133 | 47 |
| Binary | 1001 | 1001000 | 10111101 | 1011111 | 111110 | 0 | 11010 | 11011011 | 1011011 | 100111 |
Color Harmonies of #0948BD
Complementary color
Monochromatic Colors of #0948BD
Black with #0948BD
Text Example
Text Example
White with #0948BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948BD; }
p { color: rgb(9,72,189); }
H1.HeaderClassName
{
color: #0948BD;
}
.AnyTagClassName
{
color: #0948BD;
}
</style>
background-color css
<style>
a { background-color: #0948BD; }
a { background-color: rgb(9,72,189); }
div.DivClassName
{
background-color: #0948BD;
}
.BgClassName
{
background-color: #0948BD;
}
</style>
border-color css
<style>
span { border-color: #0948BD; }
span { border-color: rgb(9,72,189); }
td.TdClassName
{
border-color: #0948BD;
}
.TagClassName
{
border-color: #0948BD;
}
</style>