Shades of Dark Cerulean #09508A
Tints of Dark Cerulean #09508A
RGB
CMYK
RGB Variations
Color information
#09508A (or 0x09508A) is known color: Dark Cerulean. HEX triplet: 09, 50 and 8A. RGB value is (9,80,138). Sum of RGB (Red+Green+Blue) = 9+80+138=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #09508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09508A is #F6AF75. Grayscale: #414141. Windows color (decimal): -16166774 or 9064457. OLE color: 9064457.
HSL color Cylindrical-coordinate representation of color #09508A: hue angle of 206.98º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09508A is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 80 | 138 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.46 |
| HSL | 206.98º | 0.88% | 0.29% | - |
| HSV(B) | 206.98º | 0.93% | 0.54% | - |
| XYZ | 7.57 | 7.63 | 25.12 | - |
| YUV | 65.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 138 | 0.93 | 0.42 | 0 | 0.46 | 206.98 | 0.88 | 0.29 |
| Hex | 9 | 50 | 8A | 5D | 2A | 0 | 2E | CF | 58 | 1D |
| Octal | 11 | 120 | 212 | 135 | 52 | 0 | 56 | 317 | 130 | 35 |
| Binary | 1001 | 1010000 | 10001010 | 1011101 | 101010 | 0 | 101110 | 11001111 | 1011000 | 11101 |
Color Harmonies of #09508A
Complementary color
Monochromatic Colors of #09508A
Black with #09508A
Text Example
Text Example
White with #09508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09508A; }
p { color: rgb(9,80,138); }
H1.HeaderClassName
{
color: #09508A;
}
.AnyTagClassName
{
color: #09508A;
}
</style>
background-color css
<style>
a { background-color: #09508A; }
a { background-color: rgb(9,80,138); }
div.DivClassName
{
background-color: #09508A;
}
.BgClassName
{
background-color: #09508A;
}
</style>
border-color css
<style>
span { border-color: #09508A; }
span { border-color: rgb(9,80,138); }
td.TdClassName
{
border-color: #09508A;
}
.TagClassName
{
border-color: #09508A;
}
</style>