Shades of Dark Cerulean #093A7A
Tints of Dark Cerulean #093A7A
RGB
CMYK
RGB Variations
Color information
#093A7A (or 0x093A7A) is known color: Dark Cerulean. HEX triplet: 09, 3A and 7A. RGB value is (9,58,122). Sum of RGB (Red+Green+Blue) = 9+58+122=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #093A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A7A is #F6C585. Grayscale: #323232. Windows color (decimal): -16172422 or 8010249. OLE color: 8010249.
HSL color Cylindrical-coordinate representation of color #093A7A: hue angle of 213.98º 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 #093A7A is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 58 | 122 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.52 |
| HSL | 213.98º | 0.86% | 0.26% | - |
| HSV(B) | 213.98º | 0.93% | 0.48% | - |
| XYZ | 5.14 | 4.49 | 19.01 | - |
| YUV | 50.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 122 | 0.93 | 0.52 | 0 | 0.52 | 213.98 | 0.86 | 0.26 |
| Hex | 9 | 3A | 7A | 5D | 34 | 0 | 34 | D6 | 56 | 1A |
| Octal | 11 | 72 | 172 | 135 | 64 | 0 | 64 | 326 | 126 | 32 |
| Binary | 1001 | 111010 | 1111010 | 1011101 | 110100 | 0 | 110100 | 11010110 | 1010110 | 11010 |
Color Harmonies of #093A7A
Complementary color
Monochromatic Colors of #093A7A
Black with #093A7A
Text Example
Text Example
White with #093A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A7A; }
p { color: rgb(9,58,122); }
H1.HeaderClassName
{
color: #093A7A;
}
.AnyTagClassName
{
color: #093A7A;
}
</style>
background-color css
<style>
a { background-color: #093A7A; }
a { background-color: rgb(9,58,122); }
div.DivClassName
{
background-color: #093A7A;
}
.BgClassName
{
background-color: #093A7A;
}
</style>
border-color css
<style>
span { border-color: #093A7A; }
span { border-color: rgb(9,58,122); }
td.TdClassName
{
border-color: #093A7A;
}
.TagClassName
{
border-color: #093A7A;
}
</style>