Shades of Dark Cerulean #094D83
Tints of Dark Cerulean #094D83
RGB
CMYK
RGB Variations
Color information
#094D83 (or 0x094D83) is known color: Dark Cerulean. HEX triplet: 09, 4D and 83. RGB value is (9,77,131). Sum of RGB (Red+Green+Blue) = 9+77+131=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #094D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D83 is #F6B27C. Grayscale: #3E3E3E. Windows color (decimal): -16167549 or 8604937. OLE color: 8604937.
HSL color Cylindrical-coordinate representation of color #094D83: hue angle of 206.56º 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 #094D83 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 77 | 131 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.49 |
| HSL | 206.56º | 0.87% | 0.27% | - |
| HSV(B) | 206.56º | 0.93% | 0.51% | - |
| XYZ | 6.86 | 7 | 22.46 | - |
| YUV | 62.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 131 | 0.93 | 0.41 | 0 | 0.49 | 206.56 | 0.87 | 0.27 |
| Hex | 9 | 4D | 83 | 5D | 29 | 0 | 31 | CF | 57 | 1B |
| Octal | 11 | 115 | 203 | 135 | 51 | 0 | 61 | 317 | 127 | 33 |
| Binary | 1001 | 1001101 | 10000011 | 1011101 | 101001 | 0 | 110001 | 11001111 | 1010111 | 11011 |
Color Harmonies of #094D83
Complementary color
Monochromatic Colors of #094D83
Black with #094D83
Text Example
Text Example
White with #094D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D83; }
p { color: rgb(9,77,131); }
H1.HeaderClassName
{
color: #094D83;
}
.AnyTagClassName
{
color: #094D83;
}
</style>
background-color css
<style>
a { background-color: #094D83; }
a { background-color: rgb(9,77,131); }
div.DivClassName
{
background-color: #094D83;
}
.BgClassName
{
background-color: #094D83;
}
</style>
border-color css
<style>
span { border-color: #094D83; }
span { border-color: rgb(9,77,131); }
td.TdClassName
{
border-color: #094D83;
}
.TagClassName
{
border-color: #094D83;
}
</style>