Shades of Cobalt #093FA6
Tints of Cobalt #093FA6
RGB
CMYK
RGB Variations
Color information
#093FA6 (or 0x093FA6) is known color: Cobalt. HEX triplet: 09, 3F and A6. RGB value is (9,63,166). Sum of RGB (Red+Green+Blue) = 9+63+166=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 166 (65.23% from 255 or 69.75% from 238); Max value from RGB is 166 - color contains mainly: blue. Hex color #093FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FA6 is #F6C059. Grayscale: #3A3A3A. Windows color (decimal): -16171098 or 10895113. OLE color: 10895113.
HSL color Cylindrical-coordinate representation of color #093FA6: hue angle of 219.36º 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 #093FA6 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 63 | 166 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.35 |
| HSL | 219.36º | 0.9% | 0.34% | - |
| HSV(B) | 219.36º | 0.95% | 0.65% | - |
| XYZ | 8.77 | 6.37 | 36.84 | - |
| YUV | 58.6 | 188.61 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 166 | 0.95 | 0.62 | 0 | 0.35 | 219.36 | 0.9 | 0.34 |
| Hex | 9 | 3F | A6 | 5F | 3E | 0 | 23 | DB | 5A | 22 |
| Octal | 11 | 77 | 246 | 137 | 76 | 0 | 43 | 333 | 132 | 42 |
| Binary | 1001 | 111111 | 10100110 | 1011111 | 111110 | 0 | 100011 | 11011011 | 1011010 | 100010 |
Color Harmonies of #093FA6
Complementary color
Monochromatic Colors of #093FA6
Black with #093FA6
Text Example
Text Example
White with #093FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FA6; }
p { color: rgb(9,63,166); }
H1.HeaderClassName
{
color: #093FA6;
}
.AnyTagClassName
{
color: #093FA6;
}
</style>
background-color css
<style>
a { background-color: #093FA6; }
a { background-color: rgb(9,63,166); }
div.DivClassName
{
background-color: #093FA6;
}
.BgClassName
{
background-color: #093FA6;
}
</style>
border-color css
<style>
span { border-color: #093FA6; }
span { border-color: rgb(9,63,166); }
td.TdClassName
{
border-color: #093FA6;
}
.TagClassName
{
border-color: #093FA6;
}
</style>