Shades of Dark Cerulean #09508C
Tints of Dark Cerulean #09508C
RGB
CMYK
RGB Variations
Color information
#09508C (or 0x09508C) is known color: Dark Cerulean. HEX triplet: 09, 50 and 8C. RGB value is (9,80,140). Sum of RGB (Red+Green+Blue) = 9+80+140=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #09508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09508C is #F6AF73. Grayscale: #414141. Windows color (decimal): -16166772 or 9195529. OLE color: 9195529.
HSL color Cylindrical-coordinate representation of color #09508C: hue angle of 207.48º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09508C is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 80 | 140 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.45 |
| HSL | 207.48º | 0.88% | 0.29% | - |
| HSV(B) | 207.48º | 0.94% | 0.55% | - |
| XYZ | 7.71 | 7.69 | 25.89 | - |
| YUV | 65.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 140 | 0.94 | 0.43 | 0 | 0.45 | 207.48 | 0.88 | 0.29 |
| Hex | 9 | 50 | 8C | 5E | 2B | 0 | 2D | CF | 58 | 1D |
| Octal | 11 | 120 | 214 | 136 | 53 | 0 | 55 | 317 | 130 | 35 |
| Binary | 1001 | 1010000 | 10001100 | 1011110 | 101011 | 0 | 101101 | 11001111 | 1011000 | 11101 |
Color Harmonies of #09508C
Complementary color
Monochromatic Colors of #09508C
Black with #09508C
Text Example
Text Example
White with #09508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09508C; }
p { color: rgb(9,80,140); }
H1.HeaderClassName
{
color: #09508C;
}
.AnyTagClassName
{
color: #09508C;
}
</style>
background-color css
<style>
a { background-color: #09508C; }
a { background-color: rgb(9,80,140); }
div.DivClassName
{
background-color: #09508C;
}
.BgClassName
{
background-color: #09508C;
}
</style>
border-color css
<style>
span { border-color: #09508C; }
span { border-color: rgb(9,80,140); }
td.TdClassName
{
border-color: #09508C;
}
.TagClassName
{
border-color: #09508C;
}
</style>