Shades of Dark Cerulean #093A7D
Tints of Dark Cerulean #093A7D
RGB
CMYK
RGB Variations
Color information
#093A7D (or 0x093A7D) is known color: Dark Cerulean. HEX triplet: 09, 3A and 7D. RGB value is (9,58,125). Sum of RGB (Red+Green+Blue) = 9+58+125=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #093A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A7D is #F6C582. Grayscale: #323232. Windows color (decimal): -16172419 or 8206857. OLE color: 8206857.
HSL color Cylindrical-coordinate representation of color #093A7D: hue angle of 214.66º degrees, saturation: 0.87, 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 #093A7D is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 58 | 125 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.51 |
| HSL | 214.66º | 0.87% | 0.26% | - |
| HSV(B) | 214.66º | 0.93% | 0.49% | - |
| XYZ | 5.33 | 4.56 | 20 | - |
| YUV | 50.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 125 | 0.93 | 0.54 | 0 | 0.51 | 214.66 | 0.87 | 0.26 |
| Hex | 9 | 3A | 7D | 5D | 36 | 0 | 33 | D7 | 57 | 1A |
| Octal | 11 | 72 | 175 | 135 | 66 | 0 | 63 | 327 | 127 | 32 |
| Binary | 1001 | 111010 | 1111101 | 1011101 | 110110 | 0 | 110011 | 11010111 | 1010111 | 11010 |
Color Harmonies of #093A7D
Complementary color
Monochromatic Colors of #093A7D
Black with #093A7D
Text Example
Text Example
White with #093A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A7D; }
p { color: rgb(9,58,125); }
H1.HeaderClassName
{
color: #093A7D;
}
.AnyTagClassName
{
color: #093A7D;
}
</style>
background-color css
<style>
a { background-color: #093A7D; }
a { background-color: rgb(9,58,125); }
div.DivClassName
{
background-color: #093A7D;
}
.BgClassName
{
background-color: #093A7D;
}
</style>
border-color css
<style>
span { border-color: #093A7D; }
span { border-color: rgb(9,58,125); }
td.TdClassName
{
border-color: #093A7D;
}
.TagClassName
{
border-color: #093A7D;
}
</style>