Shades of Cobalt #093FAB
Tints of Cobalt #093FAB
RGB
CMYK
RGB Variations
Color information
#093FAB (or 0x093FAB) is known color: Cobalt. HEX triplet: 09, 3F and AB. RGB value is (9,63,171). Sum of RGB (Red+Green+Blue) = 9+63+171=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #093FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FAB is #F6C054. Grayscale: #3A3A3A. Windows color (decimal): -16171093 or 11222793. OLE color: 11222793.
HSL color Cylindrical-coordinate representation of color #093FAB: hue angle of 220º 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 #093FAB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 63 | 171 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.33 |
| HSL | 220º | 0.9% | 0.35% | - |
| HSV(B) | 220º | 0.95% | 0.67% | - |
| XYZ | 9.24 | 6.55 | 39.31 | - |
| YUV | 59.17 | 191.11 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 171 | 0.95 | 0.63 | 0 | 0.33 | 220 | 0.9 | 0.35 |
| Hex | 9 | 3F | AB | 5F | 3F | 0 | 21 | DC | 5A | 23 |
| Octal | 11 | 77 | 253 | 137 | 77 | 0 | 41 | 334 | 132 | 43 |
| Binary | 1001 | 111111 | 10101011 | 1011111 | 111111 | 0 | 100001 | 11011100 | 1011010 | 100011 |
Color Harmonies of #093FAB
Complementary color
Monochromatic Colors of #093FAB
Black with #093FAB
Text Example
Text Example
White with #093FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FAB; }
p { color: rgb(9,63,171); }
H1.HeaderClassName
{
color: #093FAB;
}
.AnyTagClassName
{
color: #093FAB;
}
</style>
background-color css
<style>
a { background-color: #093FAB; }
a { background-color: rgb(9,63,171); }
div.DivClassName
{
background-color: #093FAB;
}
.BgClassName
{
background-color: #093FAB;
}
</style>
border-color css
<style>
span { border-color: #093FAB; }
span { border-color: rgb(9,63,171); }
td.TdClassName
{
border-color: #093FAB;
}
.TagClassName
{
border-color: #093FAB;
}
</style>