Shades of Dark Cerulean #094283
Tints of Dark Cerulean #094283
RGB
CMYK
RGB Variations
Color information
#094283 (or 0x094283) is known color: Dark Cerulean. HEX triplet: 09, 42 and 83. RGB value is (9,66,131). Sum of RGB (Red+Green+Blue) = 9+66+131=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #094283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094283 is #F6BD7C. Grayscale: #383838. Windows color (decimal): -16170365 or 8602121. OLE color: 8602121.
HSL color Cylindrical-coordinate representation of color #094283: hue angle of 211.97º 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 #094283 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 66 | 131 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.49 |
| HSL | 211.97º | 0.87% | 0.27% | - |
| HSV(B) | 211.97º | 0.93% | 0.51% | - |
| XYZ | 6.16 | 5.59 | 22.23 | - |
| YUV | 56.37 | 170.12 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 131 | 0.93 | 0.50 | 0 | 0.49 | 211.97 | 0.87 | 0.27 |
| Hex | 9 | 42 | 83 | 5D | 32 | 0 | 31 | D4 | 57 | 1B |
| Octal | 11 | 102 | 203 | 135 | 62 | 0 | 61 | 324 | 127 | 33 |
| Binary | 1001 | 1000010 | 10000011 | 1011101 | 110010 | 0 | 110001 | 11010100 | 1010111 | 11011 |
Color Harmonies of #094283
Complementary color
Monochromatic Colors of #094283
Black with #094283
Text Example
Text Example
White with #094283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094283; }
p { color: rgb(9,66,131); }
H1.HeaderClassName
{
color: #094283;
}
.AnyTagClassName
{
color: #094283;
}
</style>
background-color css
<style>
a { background-color: #094283; }
a { background-color: rgb(9,66,131); }
div.DivClassName
{
background-color: #094283;
}
.BgClassName
{
background-color: #094283;
}
</style>
border-color css
<style>
span { border-color: #094283; }
span { border-color: rgb(9,66,131); }
td.TdClassName
{
border-color: #094283;
}
.TagClassName
{
border-color: #094283;
}
</style>