Shades of Dark Cerulean #093F8E
Tints of Dark Cerulean #093F8E
RGB
CMYK
RGB Variations
Color information
#093F8E (or 0x093F8E) is known color: Dark Cerulean. HEX triplet: 09, 3F and 8E. RGB value is (9,63,142). Sum of RGB (Red+Green+Blue) = 9+63+142=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #093F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F8E is #F6C071. Grayscale: #373737. Windows color (decimal): -16171122 or 9322249. OLE color: 9322249.
HSL color Cylindrical-coordinate representation of color #093F8E: hue angle of 215.64º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093F8E is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 63 | 142 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.44 |
| HSL | 215.64º | 0.88% | 0.3% | - |
| HSV(B) | 215.64º | 0.94% | 0.56% | - |
| XYZ | 6.77 | 5.57 | 26.31 | - |
| YUV | 55.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 142 | 0.94 | 0.56 | 0 | 0.44 | 215.64 | 0.88 | 0.3 |
| Hex | 9 | 3F | 8E | 5E | 38 | 0 | 2C | D8 | 58 | 1E |
| Octal | 11 | 77 | 216 | 136 | 70 | 0 | 54 | 330 | 130 | 36 |
| Binary | 1001 | 111111 | 10001110 | 1011110 | 111000 | 0 | 101100 | 11011000 | 1011000 | 11110 |
Color Harmonies of #093F8E
Complementary color
Monochromatic Colors of #093F8E
Black with #093F8E
Text Example
Text Example
White with #093F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F8E; }
p { color: rgb(9,63,142); }
H1.HeaderClassName
{
color: #093F8E;
}
.AnyTagClassName
{
color: #093F8E;
}
</style>
background-color css
<style>
a { background-color: #093F8E; }
a { background-color: rgb(9,63,142); }
div.DivClassName
{
background-color: #093F8E;
}
.BgClassName
{
background-color: #093F8E;
}
</style>
border-color css
<style>
span { border-color: #093F8E; }
span { border-color: rgb(9,63,142); }
td.TdClassName
{
border-color: #093F8E;
}
.TagClassName
{
border-color: #093F8E;
}
</style>