Shades of Cobalt #0942B6
Tints of Cobalt #0942B6
RGB
CMYK
RGB Variations
Color information
#0942B6 (or 0x0942B6) is known color: Cobalt. HEX triplet: 09, 42 and B6. RGB value is (9,66,182). Sum of RGB (Red+Green+Blue) = 9+66+182=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #0942B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942B6 is #F6BD49. Grayscale: #3D3D3D. Windows color (decimal): -16170314 or 11944457. OLE color: 11944457.
HSL color Cylindrical-coordinate representation of color #0942B6: hue angle of 220.23º 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 #0942B6 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 66 | 182 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.29 |
| HSL | 220.23º | 0.91% | 0.37% | - |
| HSV(B) | 220.23º | 0.95% | 0.71% | - |
| XYZ | 10.5 | 7.33 | 45.12 | - |
| YUV | 62.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 182 | 0.95 | 0.64 | 0 | 0.29 | 220.23 | 0.91 | 0.37 |
| Hex | 9 | 42 | B6 | 5F | 40 | 0 | 1D | DC | 5B | 25 |
| Octal | 11 | 102 | 266 | 137 | 100 | 0 | 35 | 334 | 133 | 45 |
| Binary | 1001 | 1000010 | 10110110 | 1011111 | 1000000 | 0 | 11101 | 11011100 | 1011011 | 100101 |
Color Harmonies of #0942B6
Complementary color
Monochromatic Colors of #0942B6
Black with #0942B6
Text Example
Text Example
White with #0942B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0942B6; }
p { color: rgb(9,66,182); }
H1.HeaderClassName
{
color: #0942B6;
}
.AnyTagClassName
{
color: #0942B6;
}
</style>
background-color css
<style>
a { background-color: #0942B6; }
a { background-color: rgb(9,66,182); }
div.DivClassName
{
background-color: #0942B6;
}
.BgClassName
{
background-color: #0942B6;
}
</style>
border-color css
<style>
span { border-color: #0942B6; }
span { border-color: rgb(9,66,182); }
td.TdClassName
{
border-color: #0942B6;
}
.TagClassName
{
border-color: #0942B6;
}
</style>