Shades of Cobalt #0945B6
Tints of Cobalt #0945B6
RGB
CMYK
RGB Variations
Color information
#0945B6 (or 0x0945B6) is known color: Cobalt. HEX triplet: 09, 45 and B6. RGB value is (9,69,182). Sum of RGB (Red+Green+Blue) = 9+69+182=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #0945B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0945B6 is #F6BA49. Grayscale: #3F3F3F. Windows color (decimal): -16169546 or 11945225. OLE color: 11945225.
HSL color Cylindrical-coordinate representation of color #0945B6: hue angle of 219.19º 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 #0945B6 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 69 | 182 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.29 |
| HSL | 219.19º | 0.91% | 0.37% | - |
| HSV(B) | 219.19º | 0.95% | 0.71% | - |
| XYZ | 10.68 | 7.69 | 45.18 | - |
| YUV | 63.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 182 | 0.95 | 0.62 | 0 | 0.29 | 219.19 | 0.91 | 0.37 |
| Hex | 9 | 45 | B6 | 5F | 3E | 0 | 1D | DB | 5B | 25 |
| Octal | 11 | 105 | 266 | 137 | 76 | 0 | 35 | 333 | 133 | 45 |
| Binary | 1001 | 1000101 | 10110110 | 1011111 | 111110 | 0 | 11101 | 11011011 | 1011011 | 100101 |
Color Harmonies of #0945B6
Complementary color
Monochromatic Colors of #0945B6
Black with #0945B6
Text Example
Text Example
White with #0945B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0945B6; }
p { color: rgb(9,69,182); }
H1.HeaderClassName
{
color: #0945B6;
}
.AnyTagClassName
{
color: #0945B6;
}
</style>
background-color css
<style>
a { background-color: #0945B6; }
a { background-color: rgb(9,69,182); }
div.DivClassName
{
background-color: #0945B6;
}
.BgClassName
{
background-color: #0945B6;
}
</style>
border-color css
<style>
span { border-color: #0945B6; }
span { border-color: rgb(9,69,182); }
td.TdClassName
{
border-color: #0945B6;
}
.TagClassName
{
border-color: #0945B6;
}
</style>