Shades of Cobalt #0943B5
Tints of Cobalt #0943B5
RGB
CMYK
RGB Variations
Color information
#0943B5 (or 0x0943B5) is known color: Cobalt. HEX triplet: 09, 43 and B5. RGB value is (9,67,181). Sum of RGB (Red+Green+Blue) = 9+67+181=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #0943B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0943B5 is #F6BC4A. Grayscale: #3E3E3E. Windows color (decimal): -16170059 or 11879177. OLE color: 11879177.
HSL color Cylindrical-coordinate representation of color #0943B5: hue angle of 219.77º 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 #0943B5 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 67 | 181 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.29 |
| HSL | 219.77º | 0.91% | 0.37% | - |
| HSV(B) | 219.77º | 0.95% | 0.71% | - |
| XYZ | 10.46 | 7.41 | 44.59 | - |
| YUV | 62.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 181 | 0.95 | 0.63 | 0 | 0.29 | 219.77 | 0.91 | 0.37 |
| Hex | 9 | 43 | B5 | 5F | 3F | 0 | 1D | DC | 5B | 25 |
| Octal | 11 | 103 | 265 | 137 | 77 | 0 | 35 | 334 | 133 | 45 |
| Binary | 1001 | 1000011 | 10110101 | 1011111 | 111111 | 0 | 11101 | 11011100 | 1011011 | 100101 |
Color Harmonies of #0943B5
Complementary color
Monochromatic Colors of #0943B5
Black with #0943B5
Text Example
Text Example
White with #0943B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943B5; }
p { color: rgb(9,67,181); }
H1.HeaderClassName
{
color: #0943B5;
}
.AnyTagClassName
{
color: #0943B5;
}
</style>
background-color css
<style>
a { background-color: #0943B5; }
a { background-color: rgb(9,67,181); }
div.DivClassName
{
background-color: #0943B5;
}
.BgClassName
{
background-color: #0943B5;
}
</style>
border-color css
<style>
span { border-color: #0943B5; }
span { border-color: rgb(9,67,181); }
td.TdClassName
{
border-color: #0943B5;
}
.TagClassName
{
border-color: #0943B5;
}
</style>