Shades of Dark Cerulean #093F8D
Tints of Dark Cerulean #093F8D
RGB
CMYK
RGB Variations
Color information
#093F8D (or 0x093F8D) is known color: Dark Cerulean. HEX triplet: 09, 3F and 8D. RGB value is (9,63,141). Sum of RGB (Red+Green+Blue) = 9+63+141=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #093F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F8D is #F6C072. Grayscale: #373737. Windows color (decimal): -16171123 or 9256713. OLE color: 9256713.
HSL color Cylindrical-coordinate representation of color #093F8D: hue angle of 215.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093F8D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 63 | 141 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.45 |
| HSL | 215.45º | 0.88% | 0.29% | - |
| HSV(B) | 215.45º | 0.94% | 0.55% | - |
| XYZ | 6.7 | 5.54 | 25.91 | - |
| YUV | 55.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 141 | 0.94 | 0.55 | 0 | 0.45 | 215.45 | 0.88 | 0.29 |
| Hex | 9 | 3F | 8D | 5E | 37 | 0 | 2D | D7 | 58 | 1D |
| Octal | 11 | 77 | 215 | 136 | 67 | 0 | 55 | 327 | 130 | 35 |
| Binary | 1001 | 111111 | 10001101 | 1011110 | 110111 | 0 | 101101 | 11010111 | 1011000 | 11101 |
Color Harmonies of #093F8D
Complementary color
Monochromatic Colors of #093F8D
Black with #093F8D
Text Example
Text Example
White with #093F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F8D; }
p { color: rgb(9,63,141); }
H1.HeaderClassName
{
color: #093F8D;
}
.AnyTagClassName
{
color: #093F8D;
}
</style>
background-color css
<style>
a { background-color: #093F8D; }
a { background-color: rgb(9,63,141); }
div.DivClassName
{
background-color: #093F8D;
}
.BgClassName
{
background-color: #093F8D;
}
</style>
border-color css
<style>
span { border-color: #093F8D; }
span { border-color: rgb(9,63,141); }
td.TdClassName
{
border-color: #093F8D;
}
.TagClassName
{
border-color: #093F8D;
}
</style>