Shades of Cobalt #0943A5
Tints of Cobalt #0943A5
RGB
CMYK
RGB Variations
Color information
#0943A5 (or 0x0943A5) is known color: Cobalt. HEX triplet: 09, 43 and A5. RGB value is (9,67,165). Sum of RGB (Red+Green+Blue) = 9+67+165=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #0943A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0943A5 is #F6BC5A. Grayscale: #3C3C3C. Windows color (decimal): -16170075 or 10830601. OLE color: 10830601.
HSL color Cylindrical-coordinate representation of color #0943A5: hue angle of 217.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0943A5 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 67 | 165 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.35 |
| HSL | 217.69º | 0.9% | 0.34% | - |
| HSV(B) | 217.69º | 0.95% | 0.65% | - |
| XYZ | 8.91 | 6.79 | 36.44 | - |
| YUV | 60.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 165 | 0.95 | 0.59 | 0 | 0.35 | 217.69 | 0.9 | 0.34 |
| Hex | 9 | 43 | A5 | 5F | 3B | 0 | 23 | DA | 5A | 22 |
| Octal | 11 | 103 | 245 | 137 | 73 | 0 | 43 | 332 | 132 | 42 |
| Binary | 1001 | 1000011 | 10100101 | 1011111 | 111011 | 0 | 100011 | 11011010 | 1011010 | 100010 |
Color Harmonies of #0943A5
Complementary color
Monochromatic Colors of #0943A5
Black with #0943A5
Text Example
Text Example
White with #0943A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943A5; }
p { color: rgb(9,67,165); }
H1.HeaderClassName
{
color: #0943A5;
}
.AnyTagClassName
{
color: #0943A5;
}
</style>
background-color css
<style>
a { background-color: #0943A5; }
a { background-color: rgb(9,67,165); }
div.DivClassName
{
background-color: #0943A5;
}
.BgClassName
{
background-color: #0943A5;
}
</style>
border-color css
<style>
span { border-color: #0943A5; }
span { border-color: rgb(9,67,165); }
td.TdClassName
{
border-color: #0943A5;
}
.TagClassName
{
border-color: #0943A5;
}
</style>