Shades of Dark Cerulean #094E83
Tints of Dark Cerulean #094E83
RGB
CMYK
RGB Variations
Color information
#094E83 (or 0x094E83) is known color: Dark Cerulean. HEX triplet: 09, 4E and 83. RGB value is (9,78,131). Sum of RGB (Red+Green+Blue) = 9+78+131=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #094E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E83 is #F6B17C. Grayscale: #3F3F3F. Windows color (decimal): -16167293 or 8605193. OLE color: 8605193.
HSL color Cylindrical-coordinate representation of color #094E83: hue angle of 206.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094E83 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 78 | 131 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.49 |
| HSL | 206.07º | 0.87% | 0.27% | - |
| HSV(B) | 206.07º | 0.93% | 0.51% | - |
| XYZ | 6.93 | 7.15 | 22.49 | - |
| YUV | 63.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 131 | 0.93 | 0.40 | 0 | 0.49 | 206.07 | 0.87 | 0.27 |
| Hex | 9 | 4E | 83 | 5D | 28 | 0 | 31 | CE | 57 | 1B |
| Octal | 11 | 116 | 203 | 135 | 50 | 0 | 61 | 316 | 127 | 33 |
| Binary | 1001 | 1001110 | 10000011 | 1011101 | 101000 | 0 | 110001 | 11001110 | 1010111 | 11011 |
Color Harmonies of #094E83
Complementary color
Monochromatic Colors of #094E83
Black with #094E83
Text Example
Text Example
White with #094E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E83; }
p { color: rgb(9,78,131); }
H1.HeaderClassName
{
color: #094E83;
}
.AnyTagClassName
{
color: #094E83;
}
</style>
background-color css
<style>
a { background-color: #094E83; }
a { background-color: rgb(9,78,131); }
div.DivClassName
{
background-color: #094E83;
}
.BgClassName
{
background-color: #094E83;
}
</style>
border-color css
<style>
span { border-color: #094E83; }
span { border-color: rgb(9,78,131); }
td.TdClassName
{
border-color: #094E83;
}
.TagClassName
{
border-color: #094E83;
}
</style>