Shades of Cobalt #093DB8
Tints of Cobalt #093DB8
RGB
CMYK
RGB Variations
Color information
#093DB8 (or 0x093DB8) is known color: Cobalt. HEX triplet: 09, 3D and B8. RGB value is (9,61,184). Sum of RGB (Red+Green+Blue) = 9+61+184=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 184 (72.27% from 255 or 72.44% from 254); Max value from RGB is 184 - color contains mainly: blue. Hex color #093DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DB8 is #F6C247. Grayscale: #3A3A3A. Windows color (decimal): -16171592 or 12074249. OLE color: 12074249.
HSL color Cylindrical-coordinate representation of color #093DB8: hue angle of 222.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DB8 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 61 | 184 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.28 |
| HSL | 222.17º | 0.91% | 0.38% | - |
| HSV(B) | 222.17º | 0.95% | 0.72% | - |
| XYZ | 10.43 | 6.86 | 46.12 | - |
| YUV | 59.47 | 198.27 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 184 | 0.95 | 0.67 | 0 | 0.28 | 222.17 | 0.91 | 0.38 |
| Hex | 9 | 3D | B8 | 5F | 43 | 0 | 1C | DE | 5B | 26 |
| Octal | 11 | 75 | 270 | 137 | 103 | 0 | 34 | 336 | 133 | 46 |
| Binary | 1001 | 111101 | 10111000 | 1011111 | 1000011 | 0 | 11100 | 11011110 | 1011011 | 100110 |
Color Harmonies of #093DB8
Complementary color
Monochromatic Colors of #093DB8
Black with #093DB8
Text Example
Text Example
White with #093DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DB8; }
p { color: rgb(9,61,184); }
H1.HeaderClassName
{
color: #093DB8;
}
.AnyTagClassName
{
color: #093DB8;
}
</style>
background-color css
<style>
a { background-color: #093DB8; }
a { background-color: rgb(9,61,184); }
div.DivClassName
{
background-color: #093DB8;
}
.BgClassName
{
background-color: #093DB8;
}
</style>
border-color css
<style>
span { border-color: #093DB8; }
span { border-color: rgb(9,61,184); }
td.TdClassName
{
border-color: #093DB8;
}
.TagClassName
{
border-color: #093DB8;
}
</style>