Shades of Dark Cerulean #093A77
Tints of Dark Cerulean #093A77
RGB
CMYK
RGB Variations
Color information
#093A77 (or 0x093A77) is known color: Dark Cerulean. HEX triplet: 09, 3A and 77. RGB value is (9,58,119). Sum of RGB (Red+Green+Blue) = 9+58+119=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #093A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A77 is #F6C588. Grayscale: #323232. Windows color (decimal): -16172425 or 7813641. OLE color: 7813641.
HSL color Cylindrical-coordinate representation of color #093A77: hue angle of 213.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093A77 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 58 | 119 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.53 |
| HSL | 213.27º | 0.86% | 0.25% | - |
| HSV(B) | 213.27º | 0.92% | 0.47% | - |
| XYZ | 4.96 | 4.42 | 18.04 | - |
| YUV | 50.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 119 | 0.92 | 0.51 | 0 | 0.53 | 213.27 | 0.86 | 0.25 |
| Hex | 9 | 3A | 77 | 5C | 33 | 0 | 35 | D5 | 56 | 19 |
| Octal | 11 | 72 | 167 | 134 | 63 | 0 | 65 | 325 | 126 | 31 |
| Binary | 1001 | 111010 | 1110111 | 1011100 | 110011 | 0 | 110101 | 11010101 | 1010110 | 11001 |
Color Harmonies of #093A77
Complementary color
Monochromatic Colors of #093A77
Black with #093A77
Text Example
Text Example
White with #093A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A77; }
p { color: rgb(9,58,119); }
H1.HeaderClassName
{
color: #093A77;
}
.AnyTagClassName
{
color: #093A77;
}
</style>
background-color css
<style>
a { background-color: #093A77; }
a { background-color: rgb(9,58,119); }
div.DivClassName
{
background-color: #093A77;
}
.BgClassName
{
background-color: #093A77;
}
</style>
border-color css
<style>
span { border-color: #093A77; }
span { border-color: rgb(9,58,119); }
td.TdClassName
{
border-color: #093A77;
}
.TagClassName
{
border-color: #093A77;
}
</style>