Shades of Dark Cerulean #094482
Tints of Dark Cerulean #094482
RGB
CMYK
RGB Variations
Color information
#094482 (or 0x094482) is known color: Dark Cerulean. HEX triplet: 09, 44 and 82. RGB value is (9,68,130). Sum of RGB (Red+Green+Blue) = 9+68+130=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #094482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094482 is #F6BB7D. Grayscale: #393939. Windows color (decimal): -16169854 or 8537097. OLE color: 8537097.
HSL color Cylindrical-coordinate representation of color #094482: hue angle of 210.74º 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 #094482 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 68 | 130 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.49 |
| HSL | 210.74º | 0.87% | 0.27% | - |
| HSV(B) | 210.74º | 0.93% | 0.51% | - |
| XYZ | 6.21 | 5.8 | 21.91 | - |
| YUV | 57.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 130 | 0.93 | 0.48 | 0 | 0.49 | 210.74 | 0.87 | 0.27 |
| Hex | 9 | 44 | 82 | 5D | 30 | 0 | 31 | D3 | 57 | 1B |
| Octal | 11 | 104 | 202 | 135 | 60 | 0 | 61 | 323 | 127 | 33 |
| Binary | 1001 | 1000100 | 10000010 | 1011101 | 110000 | 0 | 110001 | 11010011 | 1010111 | 11011 |
Color Harmonies of #094482
Complementary color
Monochromatic Colors of #094482
Black with #094482
Text Example
Text Example
White with #094482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094482; }
p { color: rgb(9,68,130); }
H1.HeaderClassName
{
color: #094482;
}
.AnyTagClassName
{
color: #094482;
}
</style>
background-color css
<style>
a { background-color: #094482; }
a { background-color: rgb(9,68,130); }
div.DivClassName
{
background-color: #094482;
}
.BgClassName
{
background-color: #094482;
}
</style>
border-color css
<style>
span { border-color: #094482; }
span { border-color: rgb(9,68,130); }
td.TdClassName
{
border-color: #094482;
}
.TagClassName
{
border-color: #094482;
}
</style>