Shades of Dark Cerulean #093B86
Tints of Dark Cerulean #093B86
RGB
CMYK
RGB Variations
Color information
#093B86 (or 0x093B86) is known color: Dark Cerulean. HEX triplet: 09, 3B and 86. RGB value is (9,59,134). Sum of RGB (Red+Green+Blue) = 9+59+134=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #093B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B86 is #F6C479. Grayscale: #343434. Windows color (decimal): -16172154 or 8796937. OLE color: 8796937.
HSL color Cylindrical-coordinate representation of color #093B86: hue angle of 216º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093B86 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 59 | 134 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.47 |
| HSL | 216º | 0.87% | 0.28% | - |
| HSV(B) | 216º | 0.93% | 0.53% | - |
| XYZ | 5.98 | 4.91 | 23.19 | - |
| YUV | 52.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 134 | 0.93 | 0.56 | 0 | 0.47 | 216 | 0.87 | 0.28 |
| Hex | 9 | 3B | 86 | 5D | 38 | 0 | 2F | D8 | 57 | 1C |
| Octal | 11 | 73 | 206 | 135 | 70 | 0 | 57 | 330 | 127 | 34 |
| Binary | 1001 | 111011 | 10000110 | 1011101 | 111000 | 0 | 101111 | 11011000 | 1010111 | 11100 |
Color Harmonies of #093B86
Complementary color
Monochromatic Colors of #093B86
Black with #093B86
Text Example
Text Example
White with #093B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B86; }
p { color: rgb(9,59,134); }
H1.HeaderClassName
{
color: #093B86;
}
.AnyTagClassName
{
color: #093B86;
}
</style>
background-color css
<style>
a { background-color: #093B86; }
a { background-color: rgb(9,59,134); }
div.DivClassName
{
background-color: #093B86;
}
.BgClassName
{
background-color: #093B86;
}
</style>
border-color css
<style>
span { border-color: #093B86; }
span { border-color: rgb(9,59,134); }
td.TdClassName
{
border-color: #093B86;
}
.TagClassName
{
border-color: #093B86;
}
</style>