Shades of Dark Cerulean #093880
Tints of Dark Cerulean #093880
RGB
CMYK
RGB Variations
Color information
#093880 (or 0x093880) is known color: Dark Cerulean. HEX triplet: 09, 38 and 80. RGB value is (9,56,128). Sum of RGB (Red+Green+Blue) = 9+56+128=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #093880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093880 is #F6C77F. Grayscale: #313131. Windows color (decimal): -16172928 or 8402953. OLE color: 8402953.
HSL color Cylindrical-coordinate representation of color #093880: hue angle of 216.3º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093880 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 56 | 128 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.50 |
| HSL | 216.3º | 0.87% | 0.27% | - |
| HSV(B) | 216.3º | 0.93% | 0.5% | - |
| XYZ | 5.42 | 4.44 | 20.99 | - |
| YUV | 50.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 128 | 0.93 | 0.56 | 0 | 0.50 | 216.3 | 0.87 | 0.27 |
| Hex | 9 | 38 | 80 | 5D | 38 | 0 | 32 | D8 | 57 | 1B |
| Octal | 11 | 70 | 200 | 135 | 70 | 0 | 62 | 330 | 127 | 33 |
| Binary | 1001 | 111000 | 10000000 | 1011101 | 111000 | 0 | 110010 | 11011000 | 1010111 | 11011 |
Color Harmonies of #093880
Complementary color
Monochromatic Colors of #093880
Black with #093880
Text Example
Text Example
White with #093880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093880; }
p { color: rgb(9,56,128); }
H1.HeaderClassName
{
color: #093880;
}
.AnyTagClassName
{
color: #093880;
}
</style>
background-color css
<style>
a { background-color: #093880; }
a { background-color: rgb(9,56,128); }
div.DivClassName
{
background-color: #093880;
}
.BgClassName
{
background-color: #093880;
}
</style>
border-color css
<style>
span { border-color: #093880; }
span { border-color: rgb(9,56,128); }
td.TdClassName
{
border-color: #093880;
}
.TagClassName
{
border-color: #093880;
}
</style>