Shades of Dark Cerulean #09577F
Tints of Dark Cerulean #09577F
RGB
CMYK
RGB Variations
Color information
#09577F (or 0x09577F) is known color: Dark Cerulean. HEX triplet: 09, 57 and 7F. RGB value is (9,87,127). Sum of RGB (Red+Green+Blue) = 9+87+127=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #09577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09577F is #F6A880. Grayscale: #444444. Windows color (decimal): -16164993 or 8345353. OLE color: 8345353.
HSL color Cylindrical-coordinate representation of color #09577F: hue angle of 200.34º 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 #09577F is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 87 | 127 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.50 |
| HSL | 200.34º | 0.87% | 0.27% | - |
| HSV(B) | 200.34º | 0.93% | 0.5% | - |
| XYZ | 7.35 | 8.41 | 21.31 | - |
| YUV | 68.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 127 | 0.93 | 0.31 | 0 | 0.50 | 200.34 | 0.87 | 0.27 |
| Hex | 9 | 57 | 7F | 5D | 1F | 0 | 32 | C8 | 57 | 1B |
| Octal | 11 | 127 | 177 | 135 | 37 | 0 | 62 | 310 | 127 | 33 |
| Binary | 1001 | 1010111 | 1111111 | 1011101 | 11111 | 0 | 110010 | 11001000 | 1010111 | 11011 |
Color Harmonies of #09577F
Complementary color
Monochromatic Colors of #09577F
Black with #09577F
Text Example
Text Example
White with #09577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09577F; }
p { color: rgb(9,87,127); }
H1.HeaderClassName
{
color: #09577F;
}
.AnyTagClassName
{
color: #09577F;
}
</style>
background-color css
<style>
a { background-color: #09577F; }
a { background-color: rgb(9,87,127); }
div.DivClassName
{
background-color: #09577F;
}
.BgClassName
{
background-color: #09577F;
}
</style>
border-color css
<style>
span { border-color: #09577F; }
span { border-color: rgb(9,87,127); }
td.TdClassName
{
border-color: #09577F;
}
.TagClassName
{
border-color: #09577F;
}
</style>