Shades of Dark Cerulean #093C78
Tints of Dark Cerulean #093C78
RGB
CMYK
RGB Variations
Color information
#093C78 (or 0x093C78) is known color: Dark Cerulean. HEX triplet: 09, 3C and 78. RGB value is (9,60,120). Sum of RGB (Red+Green+Blue) = 9+60+120=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #093C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C78 is #F6C387. Grayscale: #333333. Windows color (decimal): -16171912 or 7879689. OLE color: 7879689.
HSL color Cylindrical-coordinate representation of color #093C78: hue angle of 212.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093C78 is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 60 | 120 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.53 |
| HSL | 212.43º | 0.86% | 0.25% | - |
| HSV(B) | 212.43º | 0.93% | 0.47% | - |
| XYZ | 5.12 | 4.65 | 18.4 | - |
| YUV | 51.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 120 | 0.92 | 0.5 | 0 | 0.53 | 212.43 | 0.86 | 0.25 |
| Hex | 9 | 3C | 78 | 5C | 32 | 0 | 35 | D4 | 56 | 19 |
| Octal | 11 | 74 | 170 | 134 | 62 | 0 | 65 | 324 | 126 | 31 |
| Binary | 1001 | 111100 | 1111000 | 1011100 | 110010 | 0 | 110101 | 11010100 | 1010110 | 11001 |
Color Harmonies of #093C78
Complementary color
Monochromatic Colors of #093C78
Black with #093C78
Text Example
Text Example
White with #093C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C78; }
p { color: rgb(9,60,120); }
H1.HeaderClassName
{
color: #093C78;
}
.AnyTagClassName
{
color: #093C78;
}
</style>
background-color css
<style>
a { background-color: #093C78; }
a { background-color: rgb(9,60,120); }
div.DivClassName
{
background-color: #093C78;
}
.BgClassName
{
background-color: #093C78;
}
</style>
border-color css
<style>
span { border-color: #093C78; }
span { border-color: rgb(9,60,120); }
td.TdClassName
{
border-color: #093C78;
}
.TagClassName
{
border-color: #093C78;
}
</style>