Shades of Dark Cerulean #093C72
Tints of Dark Cerulean #093C72
RGB
CMYK
RGB Variations
Color information
#093C72 (or 0x093C72) is known color: Dark Cerulean. HEX triplet: 09, 3C and 72. RGB value is (9,60,114). Sum of RGB (Red+Green+Blue) = 9+60+114=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #093C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C72 is #F6C38D. Grayscale: #323232. Windows color (decimal): -16171918 or 7486473. OLE color: 7486473.
HSL color Cylindrical-coordinate representation of color #093C72: hue angle of 210.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C72 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 60 | 114 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.55 |
| HSL | 210.86º | 0.85% | 0.24% | - |
| HSV(B) | 210.86º | 0.92% | 0.45% | - |
| XYZ | 4.77 | 4.5 | 16.54 | - |
| YUV | 50.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 114 | 0.92 | 0.47 | 0 | 0.55 | 210.86 | 0.85 | 0.24 |
| Hex | 9 | 3C | 72 | 5C | 2F | 0 | 37 | D3 | 55 | 18 |
| Octal | 11 | 74 | 162 | 134 | 57 | 0 | 67 | 323 | 125 | 30 |
| Binary | 1001 | 111100 | 1110010 | 1011100 | 101111 | 0 | 110111 | 11010011 | 1010101 | 11000 |
Color Harmonies of #093C72
Complementary color
Monochromatic Colors of #093C72
Black with #093C72
Text Example
Text Example
White with #093C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C72; }
p { color: rgb(9,60,114); }
H1.HeaderClassName
{
color: #093C72;
}
.AnyTagClassName
{
color: #093C72;
}
</style>
background-color css
<style>
a { background-color: #093C72; }
a { background-color: rgb(9,60,114); }
div.DivClassName
{
background-color: #093C72;
}
.BgClassName
{
background-color: #093C72;
}
</style>
border-color css
<style>
span { border-color: #093C72; }
span { border-color: rgb(9,60,114); }
td.TdClassName
{
border-color: #093C72;
}
.TagClassName
{
border-color: #093C72;
}
</style>