Shades of Dark Cerulean #09577A
Tints of Dark Cerulean #09577A
RGB
CMYK
RGB Variations
Color information
#09577A (or 0x09577A) is known color: Dark Cerulean. HEX triplet: 09, 57 and 7A. RGB value is (9,87,122). Sum of RGB (Red+Green+Blue) = 9+87+122=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #09577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09577A is #F6A885. Grayscale: #434343. Windows color (decimal): -16164998 or 8017673. OLE color: 8017673.
HSL color Cylindrical-coordinate representation of color #09577A: hue angle of 198.58º 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 #09577A is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 87 | 122 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.52 |
| HSL | 198.58º | 0.86% | 0.26% | - |
| HSV(B) | 198.58º | 0.93% | 0.48% | - |
| XYZ | 7.03 | 8.28 | 19.64 | - |
| YUV | 67.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 122 | 0.93 | 0.29 | 0 | 0.52 | 198.58 | 0.86 | 0.26 |
| Hex | 9 | 57 | 7A | 5D | 1D | 0 | 34 | C7 | 56 | 1A |
| Octal | 11 | 127 | 172 | 135 | 35 | 0 | 64 | 307 | 126 | 32 |
| Binary | 1001 | 1010111 | 1111010 | 1011101 | 11101 | 0 | 110100 | 11000111 | 1010110 | 11010 |
Color Harmonies of #09577A
Complementary color
Monochromatic Colors of #09577A
Black with #09577A
Text Example
Text Example
White with #09577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09577A; }
p { color: rgb(9,87,122); }
H1.HeaderClassName
{
color: #09577A;
}
.AnyTagClassName
{
color: #09577A;
}
</style>
background-color css
<style>
a { background-color: #09577A; }
a { background-color: rgb(9,87,122); }
div.DivClassName
{
background-color: #09577A;
}
.BgClassName
{
background-color: #09577A;
}
</style>
border-color css
<style>
span { border-color: #09577A; }
span { border-color: rgb(9,87,122); }
td.TdClassName
{
border-color: #09577A;
}
.TagClassName
{
border-color: #09577A;
}
</style>