Shades of Dark Cerulean #09548D
Tints of Dark Cerulean #09548D
RGB
CMYK
RGB Variations
Color information
#09548D (or 0x09548D) is known color: Dark Cerulean. HEX triplet: 09, 54 and 8D. RGB value is (9,84,141). Sum of RGB (Red+Green+Blue) = 9+84+141=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #09548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09548D is #F6AB72. Grayscale: #434343. Windows color (decimal): -16165747 or 9262089. OLE color: 9262089.
HSL color Cylindrical-coordinate representation of color #09548D: hue angle of 205.91º 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 #09548D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 84 | 141 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.45 |
| HSL | 205.91º | 0.88% | 0.29% | - |
| HSV(B) | 205.91º | 0.94% | 0.55% | - |
| XYZ | 8.09 | 8.32 | 26.38 | - |
| YUV | 68.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 141 | 0.94 | 0.40 | 0 | 0.45 | 205.91 | 0.88 | 0.29 |
| Hex | 9 | 54 | 8D | 5E | 28 | 0 | 2D | CE | 58 | 1D |
| Octal | 11 | 124 | 215 | 136 | 50 | 0 | 55 | 316 | 130 | 35 |
| Binary | 1001 | 1010100 | 10001101 | 1011110 | 101000 | 0 | 101101 | 11001110 | 1011000 | 11101 |
Color Harmonies of #09548D
Complementary color
Monochromatic Colors of #09548D
Black with #09548D
Text Example
Text Example
White with #09548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09548D; }
p { color: rgb(9,84,141); }
H1.HeaderClassName
{
color: #09548D;
}
.AnyTagClassName
{
color: #09548D;
}
</style>
background-color css
<style>
a { background-color: #09548D; }
a { background-color: rgb(9,84,141); }
div.DivClassName
{
background-color: #09548D;
}
.BgClassName
{
background-color: #09548D;
}
</style>
border-color css
<style>
span { border-color: #09548D; }
span { border-color: rgb(9,84,141); }
td.TdClassName
{
border-color: #09548D;
}
.TagClassName
{
border-color: #09548D;
}
</style>