Shades of Dark Cerulean #094683
Tints of Dark Cerulean #094683
RGB
CMYK
RGB Variations
Color information
#094683 (or 0x094683) is known color: Dark Cerulean. HEX triplet: 09, 46 and 83. RGB value is (9,70,131). Sum of RGB (Red+Green+Blue) = 9+70+131=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #094683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094683 is #F6B97C. Grayscale: #3A3A3A. Windows color (decimal): -16169341 or 8603145. OLE color: 8603145.
HSL color Cylindrical-coordinate representation of color #094683: hue angle of 210º 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 #094683 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 70 | 131 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.49 |
| HSL | 210º | 0.87% | 0.27% | - |
| HSV(B) | 210º | 0.93% | 0.51% | - |
| XYZ | 6.4 | 6.08 | 22.31 | - |
| YUV | 58.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 131 | 0.93 | 0.47 | 0 | 0.49 | 210 | 0.87 | 0.27 |
| Hex | 9 | 46 | 83 | 5D | 2F | 0 | 31 | D2 | 57 | 1B |
| Octal | 11 | 106 | 203 | 135 | 57 | 0 | 61 | 322 | 127 | 33 |
| Binary | 1001 | 1000110 | 10000011 | 1011101 | 101111 | 0 | 110001 | 11010010 | 1010111 | 11011 |
Color Harmonies of #094683
Complementary color
Monochromatic Colors of #094683
Black with #094683
Text Example
Text Example
White with #094683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094683; }
p { color: rgb(9,70,131); }
H1.HeaderClassName
{
color: #094683;
}
.AnyTagClassName
{
color: #094683;
}
</style>
background-color css
<style>
a { background-color: #094683; }
a { background-color: rgb(9,70,131); }
div.DivClassName
{
background-color: #094683;
}
.BgClassName
{
background-color: #094683;
}
</style>
border-color css
<style>
span { border-color: #094683; }
span { border-color: rgb(9,70,131); }
td.TdClassName
{
border-color: #094683;
}
.TagClassName
{
border-color: #094683;
}
</style>