Shades of Dark Cerulean #09557B
Tints of Dark Cerulean #09557B
RGB
CMYK
RGB Variations
Color information
#09557B (or 0x09557B) is known color: Dark Cerulean. HEX triplet: 09, 55 and 7B. RGB value is (9,85,123). Sum of RGB (Red+Green+Blue) = 9+85+123=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #09557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09557B is #F6AA84. Grayscale: #424242. Windows color (decimal): -16165509 or 8082697. OLE color: 8082697.
HSL color Cylindrical-coordinate representation of color #09557B: hue angle of 200º 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 #09557B is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 85 | 123 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.52 |
| HSL | 200º | 0.86% | 0.26% | - |
| HSV(B) | 200º | 0.93% | 0.48% | - |
| XYZ | 6.94 | 7.99 | 19.91 | - |
| YUV | 66.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 123 | 0.93 | 0.31 | 0 | 0.52 | 200 | 0.86 | 0.26 |
| Hex | 9 | 55 | 7B | 5D | 1F | 0 | 34 | C8 | 56 | 1A |
| Octal | 11 | 125 | 173 | 135 | 37 | 0 | 64 | 310 | 126 | 32 |
| Binary | 1001 | 1010101 | 1111011 | 1011101 | 11111 | 0 | 110100 | 11001000 | 1010110 | 11010 |
Color Harmonies of #09557B
Complementary color
Monochromatic Colors of #09557B
Black with #09557B
Text Example
Text Example
White with #09557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09557B; }
p { color: rgb(9,85,123); }
H1.HeaderClassName
{
color: #09557B;
}
.AnyTagClassName
{
color: #09557B;
}
</style>
background-color css
<style>
a { background-color: #09557B; }
a { background-color: rgb(9,85,123); }
div.DivClassName
{
background-color: #09557B;
}
.BgClassName
{
background-color: #09557B;
}
</style>
border-color css
<style>
span { border-color: #09557B; }
span { border-color: rgb(9,85,123); }
td.TdClassName
{
border-color: #09557B;
}
.TagClassName
{
border-color: #09557B;
}
</style>