Shades of Dark Cerulean #093C71
Tints of Dark Cerulean #093C71
RGB
CMYK
RGB Variations
Color information
#093C71 (or 0x093C71) is known color: Dark Cerulean. HEX triplet: 09, 3C and 71. RGB value is (9,60,113). Sum of RGB (Red+Green+Blue) = 9+60+113=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #093C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C71 is #F6C38E. Grayscale: #323232. Windows color (decimal): -16171919 or 7420937. OLE color: 7420937.
HSL color Cylindrical-coordinate representation of color #093C71: hue angle of 210.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C71 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 60 | 113 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.56 |
| HSL | 210.58º | 0.85% | 0.24% | - |
| HSV(B) | 210.58º | 0.92% | 0.44% | - |
| XYZ | 4.71 | 4.48 | 16.24 | - |
| YUV | 50.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 113 | 0.92 | 0.47 | 0 | 0.56 | 210.58 | 0.85 | 0.24 |
| Hex | 9 | 3C | 71 | 5C | 2F | 0 | 38 | D3 | 55 | 18 |
| Octal | 11 | 74 | 161 | 134 | 57 | 0 | 70 | 323 | 125 | 30 |
| Binary | 1001 | 111100 | 1110001 | 1011100 | 101111 | 0 | 111000 | 11010011 | 1010101 | 11000 |
Color Harmonies of #093C71
Complementary color
Monochromatic Colors of #093C71
Black with #093C71
Text Example
Text Example
White with #093C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C71; }
p { color: rgb(9,60,113); }
H1.HeaderClassName
{
color: #093C71;
}
.AnyTagClassName
{
color: #093C71;
}
</style>
background-color css
<style>
a { background-color: #093C71; }
a { background-color: rgb(9,60,113); }
div.DivClassName
{
background-color: #093C71;
}
.BgClassName
{
background-color: #093C71;
}
</style>
border-color css
<style>
span { border-color: #093C71; }
span { border-color: rgb(9,60,113); }
td.TdClassName
{
border-color: #093C71;
}
.TagClassName
{
border-color: #093C71;
}
</style>