Shades of Dark Cerulean #093E74
Tints of Dark Cerulean #093E74
RGB
CMYK
RGB Variations
Color information
#093E74 (or 0x093E74) is known color: Dark Cerulean. HEX triplet: 09, 3E and 74. RGB value is (9,62,116). Sum of RGB (Red+Green+Blue) = 9+62+116=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #093E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E74 is #F6C18B. Grayscale: #343434. Windows color (decimal): -16171404 or 7618057. OLE color: 7618057.
HSL color Cylindrical-coordinate representation of color #093E74: hue angle of 210.28º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093E74 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 62 | 116 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.55 |
| HSL | 210.28º | 0.86% | 0.25% | - |
| HSV(B) | 210.28º | 0.92% | 0.45% | - |
| XYZ | 4.99 | 4.76 | 17.18 | - |
| YUV | 52.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 116 | 0.92 | 0.47 | 0 | 0.55 | 210.28 | 0.86 | 0.25 |
| Hex | 9 | 3E | 74 | 5C | 2F | 0 | 37 | D2 | 56 | 19 |
| Octal | 11 | 76 | 164 | 134 | 57 | 0 | 67 | 322 | 126 | 31 |
| Binary | 1001 | 111110 | 1110100 | 1011100 | 101111 | 0 | 110111 | 11010010 | 1010110 | 11001 |
Color Harmonies of #093E74
Complementary color
Monochromatic Colors of #093E74
Black with #093E74
Text Example
Text Example
White with #093E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E74; }
p { color: rgb(9,62,116); }
H1.HeaderClassName
{
color: #093E74;
}
.AnyTagClassName
{
color: #093E74;
}
</style>
background-color css
<style>
a { background-color: #093E74; }
a { background-color: rgb(9,62,116); }
div.DivClassName
{
background-color: #093E74;
}
.BgClassName
{
background-color: #093E74;
}
</style>
border-color css
<style>
span { border-color: #093E74; }
span { border-color: rgb(9,62,116); }
td.TdClassName
{
border-color: #093E74;
}
.TagClassName
{
border-color: #093E74;
}
</style>