Shades of Cobalt #094BAC
Tints of Cobalt #094BAC
RGB
CMYK
RGB Variations
Color information
#094BAC (or 0x094BAC) is known color: Cobalt. HEX triplet: 09, 4B and AC. RGB value is (9,75,172). Sum of RGB (Red+Green+Blue) = 9+75+172=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #094BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094BAC is #F6B453. Grayscale: #414141. Windows color (decimal): -16168020 or 11291401. OLE color: 11291401.
HSL color Cylindrical-coordinate representation of color #094BAC: hue angle of 215.71º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094BAC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 75 | 172 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.33 |
| HSL | 215.71º | 0.9% | 0.35% | - |
| HSV(B) | 215.71º | 0.95% | 0.67% | - |
| XYZ | 10.08 | 8.07 | 40.06 | - |
| YUV | 66.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 172 | 0.95 | 0.56 | 0 | 0.33 | 215.71 | 0.9 | 0.35 |
| Hex | 9 | 4B | AC | 5F | 38 | 0 | 21 | D8 | 5A | 23 |
| Octal | 11 | 113 | 254 | 137 | 70 | 0 | 41 | 330 | 132 | 43 |
| Binary | 1001 | 1001011 | 10101100 | 1011111 | 111000 | 0 | 100001 | 11011000 | 1011010 | 100011 |
Color Harmonies of #094BAC
Complementary color
Monochromatic Colors of #094BAC
Black with #094BAC
Text Example
Text Example
White with #094BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094BAC; }
p { color: rgb(9,75,172); }
H1.HeaderClassName
{
color: #094BAC;
}
.AnyTagClassName
{
color: #094BAC;
}
</style>
background-color css
<style>
a { background-color: #094BAC; }
a { background-color: rgb(9,75,172); }
div.DivClassName
{
background-color: #094BAC;
}
.BgClassName
{
background-color: #094BAC;
}
</style>
border-color css
<style>
span { border-color: #094BAC; }
span { border-color: rgb(9,75,172); }
td.TdClassName
{
border-color: #094BAC;
}
.TagClassName
{
border-color: #094BAC;
}
</style>