Shades of Dark Cerulean #093C7C
Tints of Dark Cerulean #093C7C
RGB
CMYK
RGB Variations
Color information
#093C7C (or 0x093C7C) is known color: Dark Cerulean. HEX triplet: 09, 3C and 7C. RGB value is (9,60,124). Sum of RGB (Red+Green+Blue) = 9+60+124=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #093C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C7C is #F6C383. Grayscale: #333333. Windows color (decimal): -16171908 or 8141833. OLE color: 8141833.
HSL color Cylindrical-coordinate representation of color #093C7C: hue angle of 213.39º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093C7C is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 60 | 124 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.51 |
| HSL | 213.39º | 0.86% | 0.26% | - |
| HSV(B) | 213.39º | 0.93% | 0.49% | - |
| XYZ | 5.37 | 4.75 | 19.7 | - |
| YUV | 52.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 124 | 0.93 | 0.52 | 0 | 0.51 | 213.39 | 0.86 | 0.26 |
| Hex | 9 | 3C | 7C | 5D | 34 | 0 | 33 | D5 | 56 | 1A |
| Octal | 11 | 74 | 174 | 135 | 64 | 0 | 63 | 325 | 126 | 32 |
| Binary | 1001 | 111100 | 1111100 | 1011101 | 110100 | 0 | 110011 | 11010101 | 1010110 | 11010 |
Color Harmonies of #093C7C
Complementary color
Monochromatic Colors of #093C7C
Black with #093C7C
Text Example
Text Example
White with #093C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C7C; }
p { color: rgb(9,60,124); }
H1.HeaderClassName
{
color: #093C7C;
}
.AnyTagClassName
{
color: #093C7C;
}
</style>
background-color css
<style>
a { background-color: #093C7C; }
a { background-color: rgb(9,60,124); }
div.DivClassName
{
background-color: #093C7C;
}
.BgClassName
{
background-color: #093C7C;
}
</style>
border-color css
<style>
span { border-color: #093C7C; }
span { border-color: rgb(9,60,124); }
td.TdClassName
{
border-color: #093C7C;
}
.TagClassName
{
border-color: #093C7C;
}
</style>