Shades of Dark Cerulean #09557A
Tints of Dark Cerulean #09557A
RGB
CMYK
RGB Variations
Color information
#09557A (or 0x09557A) is known color: Dark Cerulean. HEX triplet: 09, 55 and 7A. RGB value is (9,85,122). Sum of RGB (Red+Green+Blue) = 9+85+122=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #09557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09557A is #F6AA85. Grayscale: #424242. Windows color (decimal): -16165510 or 8017161. OLE color: 8017161.
HSL color Cylindrical-coordinate representation of color #09557A: hue angle of 199.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09557A is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 85 | 122 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.52 |
| HSL | 199.65º | 0.86% | 0.26% | - |
| HSV(B) | 199.65º | 0.93% | 0.48% | - |
| XYZ | 6.87 | 7.96 | 19.59 | - |
| YUV | 66.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 122 | 0.93 | 0.30 | 0 | 0.52 | 199.65 | 0.86 | 0.26 |
| Hex | 9 | 55 | 7A | 5D | 1E | 0 | 34 | C8 | 56 | 1A |
| Octal | 11 | 125 | 172 | 135 | 36 | 0 | 64 | 310 | 126 | 32 |
| Binary | 1001 | 1010101 | 1111010 | 1011101 | 11110 | 0 | 110100 | 11001000 | 1010110 | 11010 |
Color Harmonies of #09557A
Complementary color
Monochromatic Colors of #09557A
Black with #09557A
Text Example
Text Example
White with #09557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09557A; }
p { color: rgb(9,85,122); }
H1.HeaderClassName
{
color: #09557A;
}
.AnyTagClassName
{
color: #09557A;
}
</style>
background-color css
<style>
a { background-color: #09557A; }
a { background-color: rgb(9,85,122); }
div.DivClassName
{
background-color: #09557A;
}
.BgClassName
{
background-color: #09557A;
}
</style>
border-color css
<style>
span { border-color: #09557A; }
span { border-color: rgb(9,85,122); }
td.TdClassName
{
border-color: #09557A;
}
.TagClassName
{
border-color: #09557A;
}
</style>