Shades of Dark Cerulean #095A8E
Tints of Dark Cerulean #095A8E
RGB
CMYK
RGB Variations
Color information
#095A8E (or 0x095A8E) is known color: Dark Cerulean. HEX triplet: 09, 5A and 8E. RGB value is (9,90,142). Sum of RGB (Red+Green+Blue) = 9+90+142=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #095A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8E is #F6A571. Grayscale: #474747. Windows color (decimal): -16164210 or 9329161. OLE color: 9329161.
HSL color Cylindrical-coordinate representation of color #095A8E: hue angle of 203.46º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A8E is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 90 | 142 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.44 |
| HSL | 203.46º | 0.88% | 0.3% | - |
| HSV(B) | 203.46º | 0.94% | 0.56% | - |
| XYZ | 8.65 | 9.32 | 26.93 | - |
| YUV | 71.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 142 | 0.94 | 0.37 | 0 | 0.44 | 203.46 | 0.88 | 0.3 |
| Hex | 9 | 5A | 8E | 5E | 25 | 0 | 2C | CB | 58 | 1E |
| Octal | 11 | 132 | 216 | 136 | 45 | 0 | 54 | 313 | 130 | 36 |
| Binary | 1001 | 1011010 | 10001110 | 1011110 | 100101 | 0 | 101100 | 11001011 | 1011000 | 11110 |
Color Harmonies of #095A8E
Complementary color
Monochromatic Colors of #095A8E
Black with #095A8E
Text Example
Text Example
White with #095A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A8E; }
p { color: rgb(9,90,142); }
H1.HeaderClassName
{
color: #095A8E;
}
.AnyTagClassName
{
color: #095A8E;
}
</style>
background-color css
<style>
a { background-color: #095A8E; }
a { background-color: rgb(9,90,142); }
div.DivClassName
{
background-color: #095A8E;
}
.BgClassName
{
background-color: #095A8E;
}
</style>
border-color css
<style>
span { border-color: #095A8E; }
span { border-color: rgb(9,90,142); }
td.TdClassName
{
border-color: #095A8E;
}
.TagClassName
{
border-color: #095A8E;
}
</style>