Shades of Dark Cerulean #09507B
Tints of Dark Cerulean #09507B
RGB
CMYK
RGB Variations
Color information
#09507B (or 0x09507B) is known color: Dark Cerulean. HEX triplet: 09, 50 and 7B. RGB value is (9,80,123). Sum of RGB (Red+Green+Blue) = 9+80+123=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #09507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09507B is #F6AF84. Grayscale: #3F3F3F. Windows color (decimal): -16166789 or 8081417. OLE color: 8081417.
HSL color Cylindrical-coordinate representation of color #09507B: hue angle of 202.63º 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 #09507B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 80 | 123 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.52 |
| HSL | 202.63º | 0.86% | 0.26% | - |
| HSV(B) | 202.63º | 0.93% | 0.48% | - |
| XYZ | 6.56 | 7.23 | 19.79 | - |
| YUV | 63.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 123 | 0.93 | 0.35 | 0 | 0.52 | 202.63 | 0.86 | 0.26 |
| Hex | 9 | 50 | 7B | 5D | 23 | 0 | 34 | CB | 56 | 1A |
| Octal | 11 | 120 | 173 | 135 | 43 | 0 | 64 | 313 | 126 | 32 |
| Binary | 1001 | 1010000 | 1111011 | 1011101 | 100011 | 0 | 110100 | 11001011 | 1010110 | 11010 |
Color Harmonies of #09507B
Complementary color
Monochromatic Colors of #09507B
Black with #09507B
Text Example
Text Example
White with #09507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09507B; }
p { color: rgb(9,80,123); }
H1.HeaderClassName
{
color: #09507B;
}
.AnyTagClassName
{
color: #09507B;
}
</style>
background-color css
<style>
a { background-color: #09507B; }
a { background-color: rgb(9,80,123); }
div.DivClassName
{
background-color: #09507B;
}
.BgClassName
{
background-color: #09507B;
}
</style>
border-color css
<style>
span { border-color: #09507B; }
span { border-color: rgb(9,80,123); }
td.TdClassName
{
border-color: #09507B;
}
.TagClassName
{
border-color: #09507B;
}
</style>