Shades of Dark Cerulean #095178
Tints of Dark Cerulean #095178
RGB
CMYK
RGB Variations
Color information
#095178 (or 0x095178) is known color: Dark Cerulean. HEX triplet: 09, 51 and 78. RGB value is (9,81,120). Sum of RGB (Red+Green+Blue) = 9+81+120=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #095178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095178 is #F6AE87. Grayscale: #3F3F3F. Windows color (decimal): -16166536 or 7885065. OLE color: 7885065.
HSL color Cylindrical-coordinate representation of color #095178: hue angle of 201.08º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095178 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 81 | 120 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.53 |
| HSL | 201.08º | 0.86% | 0.25% | - |
| HSV(B) | 201.08º | 0.93% | 0.47% | - |
| XYZ | 6.45 | 7.3 | 18.84 | - |
| YUV | 63.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 120 | 0.92 | 0.32 | 0 | 0.53 | 201.08 | 0.86 | 0.25 |
| Hex | 9 | 51 | 78 | 5C | 20 | 0 | 35 | C9 | 56 | 19 |
| Octal | 11 | 121 | 170 | 134 | 40 | 0 | 65 | 311 | 126 | 31 |
| Binary | 1001 | 1010001 | 1111000 | 1011100 | 100000 | 0 | 110101 | 11001001 | 1010110 | 11001 |
Color Harmonies of #095178
Complementary color
Monochromatic Colors of #095178
Black with #095178
Text Example
Text Example
White with #095178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095178; }
p { color: rgb(9,81,120); }
H1.HeaderClassName
{
color: #095178;
}
.AnyTagClassName
{
color: #095178;
}
</style>
background-color css
<style>
a { background-color: #095178; }
a { background-color: rgb(9,81,120); }
div.DivClassName
{
background-color: #095178;
}
.BgClassName
{
background-color: #095178;
}
</style>
border-color css
<style>
span { border-color: #095178; }
span { border-color: rgb(9,81,120); }
td.TdClassName
{
border-color: #095178;
}
.TagClassName
{
border-color: #095178;
}
</style>