Shades of Dark Cerulean #09577D
Tints of Dark Cerulean #09577D
RGB
CMYK
RGB Variations
Color information
#09577D (or 0x09577D) is known color: Dark Cerulean. HEX triplet: 09, 57 and 7D. RGB value is (9,87,125). Sum of RGB (Red+Green+Blue) = 9+87+125=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #09577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09577D is #F6A882. Grayscale: #434343. Windows color (decimal): -16164995 or 8214281. OLE color: 8214281.
HSL color Cylindrical-coordinate representation of color #09577D: hue angle of 199.66º degrees, saturation: 0.87, 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 #09577D is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 87 | 125 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.51 |
| HSL | 199.66º | 0.87% | 0.26% | - |
| HSV(B) | 199.66º | 0.93% | 0.49% | - |
| XYZ | 7.22 | 8.36 | 20.63 | - |
| YUV | 68.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 125 | 0.93 | 0.30 | 0 | 0.51 | 199.66 | 0.87 | 0.26 |
| Hex | 9 | 57 | 7D | 5D | 1E | 0 | 33 | C8 | 57 | 1A |
| Octal | 11 | 127 | 175 | 135 | 36 | 0 | 63 | 310 | 127 | 32 |
| Binary | 1001 | 1010111 | 1111101 | 1011101 | 11110 | 0 | 110011 | 11001000 | 1010111 | 11010 |
Color Harmonies of #09577D
Complementary color
Monochromatic Colors of #09577D
Black with #09577D
Text Example
Text Example
White with #09577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09577D; }
p { color: rgb(9,87,125); }
H1.HeaderClassName
{
color: #09577D;
}
.AnyTagClassName
{
color: #09577D;
}
</style>
background-color css
<style>
a { background-color: #09577D; }
a { background-color: rgb(9,87,125); }
div.DivClassName
{
background-color: #09577D;
}
.BgClassName
{
background-color: #09577D;
}
</style>
border-color css
<style>
span { border-color: #09577D; }
span { border-color: rgb(9,87,125); }
td.TdClassName
{
border-color: #09577D;
}
.TagClassName
{
border-color: #09577D;
}
</style>