Shades of Dark Cerulean #093F8C
Tints of Dark Cerulean #093F8C
RGB
CMYK
RGB Variations
Color information
#093F8C (or 0x093F8C) is known color: Dark Cerulean. HEX triplet: 09, 3F and 8C. RGB value is (9,63,140). Sum of RGB (Red+Green+Blue) = 9+63+140=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #093F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F8C is #F6C073. Grayscale: #373737. Windows color (decimal): -16171124 or 9191177. OLE color: 9191177.
HSL color Cylindrical-coordinate representation of color #093F8C: hue angle of 215.27º 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 #093F8C is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 63 | 140 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.45 |
| HSL | 215.27º | 0.88% | 0.29% | - |
| HSV(B) | 215.27º | 0.94% | 0.55% | - |
| XYZ | 6.62 | 5.51 | 25.52 | - |
| YUV | 55.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 140 | 0.94 | 0.55 | 0 | 0.45 | 215.27 | 0.88 | 0.29 |
| Hex | 9 | 3F | 8C | 5E | 37 | 0 | 2D | D7 | 58 | 1D |
| Octal | 11 | 77 | 214 | 136 | 67 | 0 | 55 | 327 | 130 | 35 |
| Binary | 1001 | 111111 | 10001100 | 1011110 | 110111 | 0 | 101101 | 11010111 | 1011000 | 11101 |
Color Harmonies of #093F8C
Complementary color
Monochromatic Colors of #093F8C
Black with #093F8C
Text Example
Text Example
White with #093F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F8C; }
p { color: rgb(9,63,140); }
H1.HeaderClassName
{
color: #093F8C;
}
.AnyTagClassName
{
color: #093F8C;
}
</style>
background-color css
<style>
a { background-color: #093F8C; }
a { background-color: rgb(9,63,140); }
div.DivClassName
{
background-color: #093F8C;
}
.BgClassName
{
background-color: #093F8C;
}
</style>
border-color css
<style>
span { border-color: #093F8C; }
span { border-color: rgb(9,63,140); }
td.TdClassName
{
border-color: #093F8C;
}
.TagClassName
{
border-color: #093F8C;
}
</style>