Shades of Cobalt #093FB2
Tints of Cobalt #093FB2
RGB
CMYK
RGB Variations
Color information
#093FB2 (or 0x093FB2) is known color: Cobalt. HEX triplet: 09, 3F and B2. RGB value is (9,63,178). Sum of RGB (Red+Green+Blue) = 9+63+178=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #093FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FB2 is #F6C04D. Grayscale: #3B3B3B. Windows color (decimal): -16171086 or 11681545. OLE color: 11681545.
HSL color Cylindrical-coordinate representation of color #093FB2: hue angle of 220.83º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FB2 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 63 | 178 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.30 |
| HSL | 220.83º | 0.9% | 0.37% | - |
| HSV(B) | 220.83º | 0.95% | 0.7% | - |
| XYZ | 9.93 | 6.83 | 42.91 | - |
| YUV | 59.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 178 | 0.95 | 0.65 | 0 | 0.30 | 220.83 | 0.9 | 0.37 |
| Hex | 9 | 3F | B2 | 5F | 41 | 0 | 1E | DD | 5A | 25 |
| Octal | 11 | 77 | 262 | 137 | 101 | 0 | 36 | 335 | 132 | 45 |
| Binary | 1001 | 111111 | 10110010 | 1011111 | 1000001 | 0 | 11110 | 11011101 | 1011010 | 100101 |
Color Harmonies of #093FB2
Complementary color
Monochromatic Colors of #093FB2
Black with #093FB2
Text Example
Text Example
White with #093FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FB2; }
p { color: rgb(9,63,178); }
H1.HeaderClassName
{
color: #093FB2;
}
.AnyTagClassName
{
color: #093FB2;
}
</style>
background-color css
<style>
a { background-color: #093FB2; }
a { background-color: rgb(9,63,178); }
div.DivClassName
{
background-color: #093FB2;
}
.BgClassName
{
background-color: #093FB2;
}
</style>
border-color css
<style>
span { border-color: #093FB2; }
span { border-color: rgb(9,63,178); }
td.TdClassName
{
border-color: #093FB2;
}
.TagClassName
{
border-color: #093FB2;
}
</style>