Shades of Dark Cerulean #093F7C
Tints of Dark Cerulean #093F7C
RGB
CMYK
RGB Variations
Color information
#093F7C (or 0x093F7C) is known color: Dark Cerulean. HEX triplet: 09, 3F and 7C. RGB value is (9,63,124). Sum of RGB (Red+Green+Blue) = 9+63+124=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #093F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F7C is #F6C083. Grayscale: #353535. Windows color (decimal): -16171140 or 8142601. OLE color: 8142601.
HSL color Cylindrical-coordinate representation of color #093F7C: hue angle of 211.83º degrees, saturation: 0.86, 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 #093F7C is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 63 | 124 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.51 |
| HSL | 211.83º | 0.86% | 0.26% | - |
| HSV(B) | 211.83º | 0.93% | 0.49% | - |
| XYZ | 5.53 | 5.07 | 19.76 | - |
| YUV | 53.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 124 | 0.93 | 0.49 | 0 | 0.51 | 211.83 | 0.86 | 0.26 |
| Hex | 9 | 3F | 7C | 5D | 31 | 0 | 33 | D4 | 56 | 1A |
| Octal | 11 | 77 | 174 | 135 | 61 | 0 | 63 | 324 | 126 | 32 |
| Binary | 1001 | 111111 | 1111100 | 1011101 | 110001 | 0 | 110011 | 11010100 | 1010110 | 11010 |
Color Harmonies of #093F7C
Complementary color
Monochromatic Colors of #093F7C
Black with #093F7C
Text Example
Text Example
White with #093F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F7C; }
p { color: rgb(9,63,124); }
H1.HeaderClassName
{
color: #093F7C;
}
.AnyTagClassName
{
color: #093F7C;
}
</style>
background-color css
<style>
a { background-color: #093F7C; }
a { background-color: rgb(9,63,124); }
div.DivClassName
{
background-color: #093F7C;
}
.BgClassName
{
background-color: #093F7C;
}
</style>
border-color css
<style>
span { border-color: #093F7C; }
span { border-color: rgb(9,63,124); }
td.TdClassName
{
border-color: #093F7C;
}
.TagClassName
{
border-color: #093F7C;
}
</style>