Shades of Dark Cerulean #093C7A
Tints of Dark Cerulean #093C7A
RGB
CMYK
RGB Variations
Color information
#093C7A (or 0x093C7A) is known color: Dark Cerulean. HEX triplet: 09, 3C and 7A. RGB value is (9,60,122). Sum of RGB (Red+Green+Blue) = 9+60+122=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #093C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C7A is #F6C385. Grayscale: #333333. Windows color (decimal): -16171910 or 8010761. OLE color: 8010761.
HSL color Cylindrical-coordinate representation of color #093C7A: hue angle of 212.92º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093C7A is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 60 | 122 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.52 |
| HSL | 212.92º | 0.86% | 0.26% | - |
| HSV(B) | 212.92º | 0.93% | 0.48% | - |
| XYZ | 5.24 | 4.69 | 19.04 | - |
| YUV | 51.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 122 | 0.93 | 0.51 | 0 | 0.52 | 212.92 | 0.86 | 0.26 |
| Hex | 9 | 3C | 7A | 5D | 33 | 0 | 34 | D5 | 56 | 1A |
| Octal | 11 | 74 | 172 | 135 | 63 | 0 | 64 | 325 | 126 | 32 |
| Binary | 1001 | 111100 | 1111010 | 1011101 | 110011 | 0 | 110100 | 11010101 | 1010110 | 11010 |
Color Harmonies of #093C7A
Complementary color
Monochromatic Colors of #093C7A
Black with #093C7A
Text Example
Text Example
White with #093C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C7A; }
p { color: rgb(9,60,122); }
H1.HeaderClassName
{
color: #093C7A;
}
.AnyTagClassName
{
color: #093C7A;
}
</style>
background-color css
<style>
a { background-color: #093C7A; }
a { background-color: rgb(9,60,122); }
div.DivClassName
{
background-color: #093C7A;
}
.BgClassName
{
background-color: #093C7A;
}
</style>
border-color css
<style>
span { border-color: #093C7A; }
span { border-color: rgb(9,60,122); }
td.TdClassName
{
border-color: #093C7A;
}
.TagClassName
{
border-color: #093C7A;
}
</style>