Shades of Dark Cerulean #093F7D
Tints of Dark Cerulean #093F7D
RGB
CMYK
RGB Variations
Color information
#093F7D (or 0x093F7D) is known color: Dark Cerulean. HEX triplet: 09, 3F and 7D. RGB value is (9,63,125). Sum of RGB (Red+Green+Blue) = 9+63+125=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #093F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F7D is #F6C082. Grayscale: #353535. Windows color (decimal): -16171139 or 8208137. OLE color: 8208137.
HSL color Cylindrical-coordinate representation of color #093F7D: hue angle of 212.07º 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 #093F7D is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 63 | 125 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.51 |
| HSL | 212.07º | 0.87% | 0.26% | - |
| HSV(B) | 212.07º | 0.93% | 0.49% | - |
| XYZ | 5.59 | 5.09 | 20.09 | - |
| YUV | 53.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 125 | 0.93 | 0.50 | 0 | 0.51 | 212.07 | 0.87 | 0.26 |
| Hex | 9 | 3F | 7D | 5D | 32 | 0 | 33 | D4 | 57 | 1A |
| Octal | 11 | 77 | 175 | 135 | 62 | 0 | 63 | 324 | 127 | 32 |
| Binary | 1001 | 111111 | 1111101 | 1011101 | 110010 | 0 | 110011 | 11010100 | 1010111 | 11010 |
Color Harmonies of #093F7D
Complementary color
Monochromatic Colors of #093F7D
Black with #093F7D
Text Example
Text Example
White with #093F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F7D; }
p { color: rgb(9,63,125); }
H1.HeaderClassName
{
color: #093F7D;
}
.AnyTagClassName
{
color: #093F7D;
}
</style>
background-color css
<style>
a { background-color: #093F7D; }
a { background-color: rgb(9,63,125); }
div.DivClassName
{
background-color: #093F7D;
}
.BgClassName
{
background-color: #093F7D;
}
</style>
border-color css
<style>
span { border-color: #093F7D; }
span { border-color: rgb(9,63,125); }
td.TdClassName
{
border-color: #093F7D;
}
.TagClassName
{
border-color: #093F7D;
}
</style>