Shades of Dark Cerulean #09468D
Tints of Dark Cerulean #09468D
RGB
CMYK
RGB Variations
Color information
#09468D (or 0x09468D) is known color: Dark Cerulean. HEX triplet: 09, 46 and 8D. RGB value is (9,70,141). Sum of RGB (Red+Green+Blue) = 9+70+141=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #09468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09468D is #F6B972. Grayscale: #3B3B3B. Windows color (decimal): -16169331 or 9258505. OLE color: 9258505.
HSL color Cylindrical-coordinate representation of color #09468D: hue angle of 212.27º 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 #09468D is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 70 | 141 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.45 |
| HSL | 212.27º | 0.88% | 0.29% | - |
| HSV(B) | 212.27º | 0.94% | 0.55% | - |
| XYZ | 7.11 | 6.36 | 26.05 | - |
| YUV | 59.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 141 | 0.94 | 0.50 | 0 | 0.45 | 212.27 | 0.88 | 0.29 |
| Hex | 9 | 46 | 8D | 5E | 32 | 0 | 2D | D4 | 58 | 1D |
| Octal | 11 | 106 | 215 | 136 | 62 | 0 | 55 | 324 | 130 | 35 |
| Binary | 1001 | 1000110 | 10001101 | 1011110 | 110010 | 0 | 101101 | 11010100 | 1011000 | 11101 |
Color Harmonies of #09468D
Complementary color
Monochromatic Colors of #09468D
Black with #09468D
Text Example
Text Example
White with #09468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09468D; }
p { color: rgb(9,70,141); }
H1.HeaderClassName
{
color: #09468D;
}
.AnyTagClassName
{
color: #09468D;
}
</style>
background-color css
<style>
a { background-color: #09468D; }
a { background-color: rgb(9,70,141); }
div.DivClassName
{
background-color: #09468D;
}
.BgClassName
{
background-color: #09468D;
}
</style>
border-color css
<style>
span { border-color: #09468D; }
span { border-color: rgb(9,70,141); }
td.TdClassName
{
border-color: #09468D;
}
.TagClassName
{
border-color: #09468D;
}
</style>