Shades of Dark Cerulean #09517C
Tints of Dark Cerulean #09517C
RGB
CMYK
RGB Variations
Color information
#09517C (or 0x09517C) is known color: Dark Cerulean. HEX triplet: 09, 51 and 7C. RGB value is (9,81,124). Sum of RGB (Red+Green+Blue) = 9+81+124=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #09517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09517C is #F6AE83. Grayscale: #404040. Windows color (decimal): -16166532 or 8147209. OLE color: 8147209.
HSL color Cylindrical-coordinate representation of color #09517C: hue angle of 202.43º degrees, saturation: 0.86, 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 #09517C is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 81 | 124 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.51 |
| HSL | 202.43º | 0.86% | 0.26% | - |
| HSV(B) | 202.43º | 0.93% | 0.49% | - |
| XYZ | 6.69 | 7.4 | 20.14 | - |
| YUV | 64.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 124 | 0.93 | 0.35 | 0 | 0.51 | 202.43 | 0.86 | 0.26 |
| Hex | 9 | 51 | 7C | 5D | 23 | 0 | 33 | CA | 56 | 1A |
| Octal | 11 | 121 | 174 | 135 | 43 | 0 | 63 | 312 | 126 | 32 |
| Binary | 1001 | 1010001 | 1111100 | 1011101 | 100011 | 0 | 110011 | 11001010 | 1010110 | 11010 |
Color Harmonies of #09517C
Complementary color
Monochromatic Colors of #09517C
Black with #09517C
Text Example
Text Example
White with #09517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09517C; }
p { color: rgb(9,81,124); }
H1.HeaderClassName
{
color: #09517C;
}
.AnyTagClassName
{
color: #09517C;
}
</style>
background-color css
<style>
a { background-color: #09517C; }
a { background-color: rgb(9,81,124); }
div.DivClassName
{
background-color: #09517C;
}
.BgClassName
{
background-color: #09517C;
}
</style>
border-color css
<style>
span { border-color: #09517C; }
span { border-color: rgb(9,81,124); }
td.TdClassName
{
border-color: #09517C;
}
.TagClassName
{
border-color: #09517C;
}
</style>