Shades of Dark Cerulean #09408D
Tints of Dark Cerulean #09408D
RGB
CMYK
RGB Variations
Color information
#09408D (or 0x09408D) is known color: Dark Cerulean. HEX triplet: 09, 40 and 8D. RGB value is (9,64,141). Sum of RGB (Red+Green+Blue) = 9+64+141=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #09408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09408D is #F6BF72. Grayscale: #373737. Windows color (decimal): -16170867 or 9256969. OLE color: 9256969.
HSL color Cylindrical-coordinate representation of color #09408D: hue angle of 215º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09408D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 64 | 141 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.45 |
| HSL | 215º | 0.88% | 0.29% | - |
| HSV(B) | 215º | 0.94% | 0.55% | - |
| XYZ | 6.75 | 5.65 | 25.93 | - |
| YUV | 56.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 141 | 0.94 | 0.55 | 0 | 0.45 | 215 | 0.88 | 0.29 |
| Hex | 9 | 40 | 8D | 5E | 37 | 0 | 2D | D7 | 58 | 1D |
| Octal | 11 | 100 | 215 | 136 | 67 | 0 | 55 | 327 | 130 | 35 |
| Binary | 1001 | 1000000 | 10001101 | 1011110 | 110111 | 0 | 101101 | 11010111 | 1011000 | 11101 |
Color Harmonies of #09408D
Complementary color
Monochromatic Colors of #09408D
Black with #09408D
Text Example
Text Example
White with #09408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09408D; }
p { color: rgb(9,64,141); }
H1.HeaderClassName
{
color: #09408D;
}
.AnyTagClassName
{
color: #09408D;
}
</style>
background-color css
<style>
a { background-color: #09408D; }
a { background-color: rgb(9,64,141); }
div.DivClassName
{
background-color: #09408D;
}
.BgClassName
{
background-color: #09408D;
}
</style>
border-color css
<style>
span { border-color: #09408D; }
span { border-color: rgb(9,64,141); }
td.TdClassName
{
border-color: #09408D;
}
.TagClassName
{
border-color: #09408D;
}
</style>