Shades of Dark Cerulean #093E8B
Tints of Dark Cerulean #093E8B
RGB
CMYK
RGB Variations
Color information
#093E8B (or 0x093E8B) is known color: Dark Cerulean. HEX triplet: 09, 3E and 8B. RGB value is (9,62,139). Sum of RGB (Red+Green+Blue) = 9+62+139=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #093E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E8B is #F6C174. Grayscale: #363636. Windows color (decimal): -16171381 or 9125385. OLE color: 9125385.
HSL color Cylindrical-coordinate representation of color #093E8B: hue angle of 215.54º 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 #093E8B is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 62 | 139 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.45 |
| HSL | 215.54º | 0.88% | 0.29% | - |
| HSV(B) | 215.54º | 0.94% | 0.55% | - |
| XYZ | 6.5 | 5.37 | 25.12 | - |
| YUV | 54.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 139 | 0.94 | 0.55 | 0 | 0.45 | 215.54 | 0.88 | 0.29 |
| Hex | 9 | 3E | 8B | 5E | 37 | 0 | 2D | D8 | 58 | 1D |
| Octal | 11 | 76 | 213 | 136 | 67 | 0 | 55 | 330 | 130 | 35 |
| Binary | 1001 | 111110 | 10001011 | 1011110 | 110111 | 0 | 101101 | 11011000 | 1011000 | 11101 |
Color Harmonies of #093E8B
Complementary color
Monochromatic Colors of #093E8B
Black with #093E8B
Text Example
Text Example
White with #093E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E8B; }
p { color: rgb(9,62,139); }
H1.HeaderClassName
{
color: #093E8B;
}
.AnyTagClassName
{
color: #093E8B;
}
</style>
background-color css
<style>
a { background-color: #093E8B; }
a { background-color: rgb(9,62,139); }
div.DivClassName
{
background-color: #093E8B;
}
.BgClassName
{
background-color: #093E8B;
}
</style>
border-color css
<style>
span { border-color: #093E8B; }
span { border-color: rgb(9,62,139); }
td.TdClassName
{
border-color: #093E8B;
}
.TagClassName
{
border-color: #093E8B;
}
</style>