Shades of Dark Cerulean #093C74
Tints of Dark Cerulean #093C74
RGB
CMYK
RGB Variations
Color information
#093C74 (or 0x093C74) is known color: Dark Cerulean. HEX triplet: 09, 3C and 74. RGB value is (9,60,116). Sum of RGB (Red+Green+Blue) = 9+60+116=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #093C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C74 is #F6C38B. Grayscale: #323232. Windows color (decimal): -16171916 or 7617545. OLE color: 7617545.
HSL color Cylindrical-coordinate representation of color #093C74: hue angle of 211.4º 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 #093C74 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 60 | 116 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.55 |
| HSL | 211.4º | 0.86% | 0.25% | - |
| HSV(B) | 211.4º | 0.92% | 0.45% | - |
| XYZ | 4.88 | 4.55 | 17.14 | - |
| YUV | 51.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 116 | 0.92 | 0.48 | 0 | 0.55 | 211.4 | 0.86 | 0.25 |
| Hex | 9 | 3C | 74 | 5C | 30 | 0 | 37 | D3 | 56 | 19 |
| Octal | 11 | 74 | 164 | 134 | 60 | 0 | 67 | 323 | 126 | 31 |
| Binary | 1001 | 111100 | 1110100 | 1011100 | 110000 | 0 | 110111 | 11010011 | 1010110 | 11001 |
Color Harmonies of #093C74
Complementary color
Monochromatic Colors of #093C74
Black with #093C74
Text Example
Text Example
White with #093C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C74; }
p { color: rgb(9,60,116); }
H1.HeaderClassName
{
color: #093C74;
}
.AnyTagClassName
{
color: #093C74;
}
</style>
background-color css
<style>
a { background-color: #093C74; }
a { background-color: rgb(9,60,116); }
div.DivClassName
{
background-color: #093C74;
}
.BgClassName
{
background-color: #093C74;
}
</style>
border-color css
<style>
span { border-color: #093C74; }
span { border-color: rgb(9,60,116); }
td.TdClassName
{
border-color: #093C74;
}
.TagClassName
{
border-color: #093C74;
}
</style>