Shades of Dark Cerulean #09557C
Tints of Dark Cerulean #09557C
RGB
CMYK
RGB Variations
Color information
#09557C (or 0x09557C) is known color: Dark Cerulean. HEX triplet: 09, 55 and 7C. RGB value is (9,85,124). Sum of RGB (Red+Green+Blue) = 9+85+124=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #09557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09557C is #F6AA83. Grayscale: #424242. Windows color (decimal): -16165508 or 8148233. OLE color: 8148233.
HSL color Cylindrical-coordinate representation of color #09557C: hue angle of 200.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09557C is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 85 | 124 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.51 |
| HSL | 200.35º | 0.86% | 0.26% | - |
| HSV(B) | 200.35º | 0.93% | 0.49% | - |
| XYZ | 7 | 8.01 | 20.25 | - |
| YUV | 66.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 124 | 0.93 | 0.31 | 0 | 0.51 | 200.35 | 0.86 | 0.26 |
| Hex | 9 | 55 | 7C | 5D | 1F | 0 | 33 | C8 | 56 | 1A |
| Octal | 11 | 125 | 174 | 135 | 37 | 0 | 63 | 310 | 126 | 32 |
| Binary | 1001 | 1010101 | 1111100 | 1011101 | 11111 | 0 | 110011 | 11001000 | 1010110 | 11010 |
Color Harmonies of #09557C
Complementary color
Monochromatic Colors of #09557C
Black with #09557C
Text Example
Text Example
White with #09557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09557C; }
p { color: rgb(9,85,124); }
H1.HeaderClassName
{
color: #09557C;
}
.AnyTagClassName
{
color: #09557C;
}
</style>
background-color css
<style>
a { background-color: #09557C; }
a { background-color: rgb(9,85,124); }
div.DivClassName
{
background-color: #09557C;
}
.BgClassName
{
background-color: #09557C;
}
</style>
border-color css
<style>
span { border-color: #09557C; }
span { border-color: rgb(9,85,124); }
td.TdClassName
{
border-color: #09557C;
}
.TagClassName
{
border-color: #09557C;
}
</style>