Shades of Cobalt #0948C3
Tints of Cobalt #0948C3
RGB
CMYK
RGB Variations
Color information
#0948C3 (or 0x0948C3) is known color: Cobalt. HEX triplet: 09, 48 and C3. RGB value is (9,72,195). Sum of RGB (Red+Green+Blue) = 9+72+195=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #0948C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948C3 is #F6B73C. Grayscale: #424242. Windows color (decimal): -16168765 or 12797961. OLE color: 12797961.
HSL color Cylindrical-coordinate representation of color #0948C3: hue angle of 219.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0948C3 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 72 | 195 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.24 |
| HSL | 219.68º | 0.91% | 0.4% | - |
| HSV(B) | 219.68º | 0.95% | 0.76% | - |
| XYZ | 12.28 | 8.63 | 52.65 | - |
| YUV | 67.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 195 | 0.95 | 0.63 | 0 | 0.24 | 219.68 | 0.91 | 0.4 |
| Hex | 9 | 48 | C3 | 5F | 3F | 0 | 18 | DC | 5B | 28 |
| Octal | 11 | 110 | 303 | 137 | 77 | 0 | 30 | 334 | 133 | 50 |
| Binary | 1001 | 1001000 | 11000011 | 1011111 | 111111 | 0 | 11000 | 11011100 | 1011011 | 101000 |
Color Harmonies of #0948C3
Complementary color
Monochromatic Colors of #0948C3
Black with #0948C3
Text Example
Text Example
White with #0948C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948C3; }
p { color: rgb(9,72,195); }
H1.HeaderClassName
{
color: #0948C3;
}
.AnyTagClassName
{
color: #0948C3;
}
</style>
background-color css
<style>
a { background-color: #0948C3; }
a { background-color: rgb(9,72,195); }
div.DivClassName
{
background-color: #0948C3;
}
.BgClassName
{
background-color: #0948C3;
}
</style>
border-color css
<style>
span { border-color: #0948C3; }
span { border-color: rgb(9,72,195); }
td.TdClassName
{
border-color: #0948C3;
}
.TagClassName
{
border-color: #0948C3;
}
</style>