Shades of Dark Cerulean #09548E
Tints of Dark Cerulean #09548E
RGB
CMYK
RGB Variations
Color information
#09548E (or 0x09548E) is known color: Dark Cerulean. HEX triplet: 09, 54 and 8E. RGB value is (9,84,142). Sum of RGB (Red+Green+Blue) = 9+84+142=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #09548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09548E is #F6AB71. Grayscale: #434343. Windows color (decimal): -16165746 or 9327625. OLE color: 9327625.
HSL color Cylindrical-coordinate representation of color #09548E: hue angle of 206.17º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09548E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 84 | 142 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.44 |
| HSL | 206.17º | 0.88% | 0.3% | - |
| HSV(B) | 206.17º | 0.94% | 0.56% | - |
| XYZ | 8.17 | 8.35 | 26.77 | - |
| YUV | 68.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 142 | 0.94 | 0.41 | 0 | 0.44 | 206.17 | 0.88 | 0.3 |
| Hex | 9 | 54 | 8E | 5E | 29 | 0 | 2C | CE | 58 | 1E |
| Octal | 11 | 124 | 216 | 136 | 51 | 0 | 54 | 316 | 130 | 36 |
| Binary | 1001 | 1010100 | 10001110 | 1011110 | 101001 | 0 | 101100 | 11001110 | 1011000 | 11110 |
Color Harmonies of #09548E
Complementary color
Monochromatic Colors of #09548E
Black with #09548E
Text Example
Text Example
White with #09548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09548E; }
p { color: rgb(9,84,142); }
H1.HeaderClassName
{
color: #09548E;
}
.AnyTagClassName
{
color: #09548E;
}
</style>
background-color css
<style>
a { background-color: #09548E; }
a { background-color: rgb(9,84,142); }
div.DivClassName
{
background-color: #09548E;
}
.BgClassName
{
background-color: #09548E;
}
</style>
border-color css
<style>
span { border-color: #09548E; }
span { border-color: rgb(9,84,142); }
td.TdClassName
{
border-color: #09548E;
}
.TagClassName
{
border-color: #09548E;
}
</style>