Shades of Dark Cerulean #09557F
Tints of Dark Cerulean #09557F
RGB
CMYK
RGB Variations
Color information
#09557F (or 0x09557F) is known color: Dark Cerulean. HEX triplet: 09, 55 and 7F. RGB value is (9,85,127). Sum of RGB (Red+Green+Blue) = 9+85+127=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #09557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09557F is #F6AA80. Grayscale: #424242. Windows color (decimal): -16165505 or 8344841. OLE color: 8344841.
HSL color Cylindrical-coordinate representation of color #09557F: hue angle of 201.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09557F is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 85 | 127 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.50 |
| HSL | 201.36º | 0.87% | 0.27% | - |
| HSV(B) | 201.36º | 0.93% | 0.5% | - |
| XYZ | 7.19 | 8.09 | 21.26 | - |
| YUV | 67.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 127 | 0.93 | 0.33 | 0 | 0.50 | 201.36 | 0.87 | 0.27 |
| Hex | 9 | 55 | 7F | 5D | 21 | 0 | 32 | C9 | 57 | 1B |
| Octal | 11 | 125 | 177 | 135 | 41 | 0 | 62 | 311 | 127 | 33 |
| Binary | 1001 | 1010101 | 1111111 | 1011101 | 100001 | 0 | 110010 | 11001001 | 1010111 | 11011 |
Color Harmonies of #09557F
Complementary color
Monochromatic Colors of #09557F
Black with #09557F
Text Example
Text Example
White with #09557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09557F; }
p { color: rgb(9,85,127); }
H1.HeaderClassName
{
color: #09557F;
}
.AnyTagClassName
{
color: #09557F;
}
</style>
background-color css
<style>
a { background-color: #09557F; }
a { background-color: rgb(9,85,127); }
div.DivClassName
{
background-color: #09557F;
}
.BgClassName
{
background-color: #09557F;
}
</style>
border-color css
<style>
span { border-color: #09557F; }
span { border-color: rgb(9,85,127); }
td.TdClassName
{
border-color: #09557F;
}
.TagClassName
{
border-color: #09557F;
}
</style>