Shades of Dark Cerulean #095A96
Tints of Dark Cerulean #095A96
RGB
CMYK
RGB Variations
Color information
#095A96 (or 0x095A96) is known color: Dark Cerulean. HEX triplet: 09, 5A and 96. RGB value is (9,90,150). Sum of RGB (Red+Green+Blue) = 9+90+150=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #095A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A96 is #F6A569. Grayscale: #484848. Windows color (decimal): -16164202 or 9853449. OLE color: 9853449.
HSL color Cylindrical-coordinate representation of color #095A96: hue angle of 205.53º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A96 is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 90 | 150 | - |
| CMYK | 0.94 | 0.4 | 0 | 0.41 |
| HSL | 205.53º | 0.89% | 0.31% | - |
| HSV(B) | 205.53º | 0.94% | 0.59% | - |
| XYZ | 9.27 | 9.57 | 30.21 | - |
| YUV | 72.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 150 | 0.94 | 0.4 | 0 | 0.41 | 205.53 | 0.89 | 0.31 |
| Hex | 9 | 5A | 96 | 5E | 28 | 0 | 29 | CE | 59 | 1F |
| Octal | 11 | 132 | 226 | 136 | 50 | 0 | 51 | 316 | 131 | 37 |
| Binary | 1001 | 1011010 | 10010110 | 1011110 | 101000 | 0 | 101001 | 11001110 | 1011001 | 11111 |
Color Harmonies of #095A96
Complementary color
Monochromatic Colors of #095A96
Black with #095A96
Text Example
Text Example
White with #095A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A96; }
p { color: rgb(9,90,150); }
H1.HeaderClassName
{
color: #095A96;
}
.AnyTagClassName
{
color: #095A96;
}
</style>
background-color css
<style>
a { background-color: #095A96; }
a { background-color: rgb(9,90,150); }
div.DivClassName
{
background-color: #095A96;
}
.BgClassName
{
background-color: #095A96;
}
</style>
border-color css
<style>
span { border-color: #095A96; }
span { border-color: rgb(9,90,150); }
td.TdClassName
{
border-color: #095A96;
}
.TagClassName
{
border-color: #095A96;
}
</style>