Shades of Dark Cerulean #094188
Tints of Dark Cerulean #094188
RGB
CMYK
RGB Variations
Color information
#094188 (or 0x094188) is known color: Dark Cerulean. HEX triplet: 09, 41 and 88. RGB value is (9,65,136). Sum of RGB (Red+Green+Blue) = 9+65+136=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #094188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094188 is #F6BE77. Grayscale: #383838. Windows color (decimal): -16170616 or 8929545. OLE color: 8929545.
HSL color Cylindrical-coordinate representation of color #094188: hue angle of 213.54º degrees, saturation: 0.88, 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 #094188 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 65 | 136 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.47 |
| HSL | 213.54º | 0.88% | 0.28% | - |
| HSV(B) | 213.54º | 0.93% | 0.53% | - |
| XYZ | 6.45 | 5.62 | 24.04 | - |
| YUV | 56.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 136 | 0.93 | 0.52 | 0 | 0.47 | 213.54 | 0.88 | 0.28 |
| Hex | 9 | 41 | 88 | 5D | 34 | 0 | 2F | D6 | 58 | 1C |
| Octal | 11 | 101 | 210 | 135 | 64 | 0 | 57 | 326 | 130 | 34 |
| Binary | 1001 | 1000001 | 10001000 | 1011101 | 110100 | 0 | 101111 | 11010110 | 1011000 | 11100 |
Color Harmonies of #094188
Complementary color
Monochromatic Colors of #094188
Black with #094188
Text Example
Text Example
White with #094188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094188; }
p { color: rgb(9,65,136); }
H1.HeaderClassName
{
color: #094188;
}
.AnyTagClassName
{
color: #094188;
}
</style>
background-color css
<style>
a { background-color: #094188; }
a { background-color: rgb(9,65,136); }
div.DivClassName
{
background-color: #094188;
}
.BgClassName
{
background-color: #094188;
}
</style>
border-color css
<style>
span { border-color: #094188; }
span { border-color: rgb(9,65,136); }
td.TdClassName
{
border-color: #094188;
}
.TagClassName
{
border-color: #094188;
}
</style>