Shades of Dark Cerulean #09548B
Tints of Dark Cerulean #09548B
RGB
CMYK
RGB Variations
Color information
#09548B (or 0x09548B) is known color: Dark Cerulean. HEX triplet: 09, 54 and 8B. RGB value is (9,84,139). Sum of RGB (Red+Green+Blue) = 9+84+139=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #09548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09548B is #F6AB74. Grayscale: #434343. Windows color (decimal): -16165749 or 9131017. OLE color: 9131017.
HSL color Cylindrical-coordinate representation of color #09548B: hue angle of 205.38º 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 #09548B is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 84 | 139 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.45 |
| HSL | 205.38º | 0.88% | 0.29% | - |
| HSV(B) | 205.38º | 0.94% | 0.55% | - |
| XYZ | 7.94 | 8.26 | 25.6 | - |
| YUV | 67.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 139 | 0.94 | 0.40 | 0 | 0.45 | 205.38 | 0.88 | 0.29 |
| Hex | 9 | 54 | 8B | 5E | 28 | 0 | 2D | CD | 58 | 1D |
| Octal | 11 | 124 | 213 | 136 | 50 | 0 | 55 | 315 | 130 | 35 |
| Binary | 1001 | 1010100 | 10001011 | 1011110 | 101000 | 0 | 101101 | 11001101 | 1011000 | 11101 |
Color Harmonies of #09548B
Complementary color
Monochromatic Colors of #09548B
Black with #09548B
Text Example
Text Example
White with #09548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09548B; }
p { color: rgb(9,84,139); }
H1.HeaderClassName
{
color: #09548B;
}
.AnyTagClassName
{
color: #09548B;
}
</style>
background-color css
<style>
a { background-color: #09548B; }
a { background-color: rgb(9,84,139); }
div.DivClassName
{
background-color: #09548B;
}
.BgClassName
{
background-color: #09548B;
}
</style>
border-color css
<style>
span { border-color: #09548B; }
span { border-color: rgb(9,84,139); }
td.TdClassName
{
border-color: #09548B;
}
.TagClassName
{
border-color: #09548B;
}
</style>