Shades of Dark Cerulean #095179
Tints of Dark Cerulean #095179
RGB
CMYK
RGB Variations
Color information
#095179 (or 0x095179) is known color: Dark Cerulean. HEX triplet: 09, 51 and 79. RGB value is (9,81,121). Sum of RGB (Red+Green+Blue) = 9+81+121=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #095179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095179 is #F6AE86. Grayscale: #3F3F3F. Windows color (decimal): -16166535 or 7950601. OLE color: 7950601.
HSL color Cylindrical-coordinate representation of color #095179: hue angle of 201.43º 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 #095179 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 81 | 121 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.53 |
| HSL | 201.43º | 0.86% | 0.25% | - |
| HSV(B) | 201.43º | 0.93% | 0.47% | - |
| XYZ | 6.51 | 7.32 | 19.16 | - |
| YUV | 64.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 121 | 0.93 | 0.33 | 0 | 0.53 | 201.43 | 0.86 | 0.25 |
| Hex | 9 | 51 | 79 | 5D | 21 | 0 | 35 | C9 | 56 | 19 |
| Octal | 11 | 121 | 171 | 135 | 41 | 0 | 65 | 311 | 126 | 31 |
| Binary | 1001 | 1010001 | 1111001 | 1011101 | 100001 | 0 | 110101 | 11001001 | 1010110 | 11001 |
Color Harmonies of #095179
Complementary color
Monochromatic Colors of #095179
Black with #095179
Text Example
Text Example
White with #095179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095179; }
p { color: rgb(9,81,121); }
H1.HeaderClassName
{
color: #095179;
}
.AnyTagClassName
{
color: #095179;
}
</style>
background-color css
<style>
a { background-color: #095179; }
a { background-color: rgb(9,81,121); }
div.DivClassName
{
background-color: #095179;
}
.BgClassName
{
background-color: #095179;
}
</style>
border-color css
<style>
span { border-color: #095179; }
span { border-color: rgb(9,81,121); }
td.TdClassName
{
border-color: #095179;
}
.TagClassName
{
border-color: #095179;
}
</style>