Shades of Dark Cerulean #093C76
Tints of Dark Cerulean #093C76
RGB
CMYK
RGB Variations
Color information
#093C76 (or 0x093C76) is known color: Dark Cerulean. HEX triplet: 09, 3C and 76. RGB value is (9,60,118). Sum of RGB (Red+Green+Blue) = 9+60+118=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #093C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C76 is #F6C389. Grayscale: #333333. Windows color (decimal): -16171914 or 7748617. OLE color: 7748617.
HSL color Cylindrical-coordinate representation of color #093C76: hue angle of 211.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C76 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 60 | 118 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.54 |
| HSL | 211.93º | 0.86% | 0.25% | - |
| HSV(B) | 211.93º | 0.92% | 0.46% | - |
| XYZ | 5 | 4.6 | 17.76 | - |
| YUV | 51.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 118 | 0.92 | 0.49 | 0 | 0.54 | 211.93 | 0.86 | 0.25 |
| Hex | 9 | 3C | 76 | 5C | 31 | 0 | 36 | D4 | 56 | 19 |
| Octal | 11 | 74 | 166 | 134 | 61 | 0 | 66 | 324 | 126 | 31 |
| Binary | 1001 | 111100 | 1110110 | 1011100 | 110001 | 0 | 110110 | 11010100 | 1010110 | 11001 |
Color Harmonies of #093C76
Complementary color
Monochromatic Colors of #093C76
Black with #093C76
Text Example
Text Example
White with #093C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C76; }
p { color: rgb(9,60,118); }
H1.HeaderClassName
{
color: #093C76;
}
.AnyTagClassName
{
color: #093C76;
}
</style>
background-color css
<style>
a { background-color: #093C76; }
a { background-color: rgb(9,60,118); }
div.DivClassName
{
background-color: #093C76;
}
.BgClassName
{
background-color: #093C76;
}
</style>
border-color css
<style>
span { border-color: #093C76; }
span { border-color: rgb(9,60,118); }
td.TdClassName
{
border-color: #093C76;
}
.TagClassName
{
border-color: #093C76;
}
</style>