Shades of Dark Cerulean #095092
Tints of Dark Cerulean #095092
RGB
CMYK
RGB Variations
Color information
#095092 (or 0x095092) is known color: Dark Cerulean. HEX triplet: 09, 50 and 92. RGB value is (9,80,146). Sum of RGB (Red+Green+Blue) = 9+80+146=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #095092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095092 is #F6AF6D. Grayscale: #414141. Windows color (decimal): -16166766 or 9588745. OLE color: 9588745.
HSL color Cylindrical-coordinate representation of color #095092: hue angle of 208.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095092 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 80 | 146 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.43 |
| HSL | 208.91º | 0.88% | 0.3% | - |
| HSV(B) | 208.91º | 0.94% | 0.57% | - |
| XYZ | 8.17 | 7.87 | 28.28 | - |
| YUV | 66.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 146 | 0.94 | 0.45 | 0 | 0.43 | 208.91 | 0.88 | 0.3 |
| Hex | 9 | 50 | 92 | 5E | 2D | 0 | 2B | D1 | 58 | 1E |
| Octal | 11 | 120 | 222 | 136 | 55 | 0 | 53 | 321 | 130 | 36 |
| Binary | 1001 | 1010000 | 10010010 | 1011110 | 101101 | 0 | 101011 | 11010001 | 1011000 | 11110 |
Color Harmonies of #095092
Complementary color
Monochromatic Colors of #095092
Black with #095092
Text Example
Text Example
White with #095092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095092; }
p { color: rgb(9,80,146); }
H1.HeaderClassName
{
color: #095092;
}
.AnyTagClassName
{
color: #095092;
}
</style>
background-color css
<style>
a { background-color: #095092; }
a { background-color: rgb(9,80,146); }
div.DivClassName
{
background-color: #095092;
}
.BgClassName
{
background-color: #095092;
}
</style>
border-color css
<style>
span { border-color: #095092; }
span { border-color: rgb(9,80,146); }
td.TdClassName
{
border-color: #095092;
}
.TagClassName
{
border-color: #095092;
}
</style>