Shades of Dark Cerulean #095A8D
Tints of Dark Cerulean #095A8D
RGB
CMYK
RGB Variations
Color information
#095A8D (or 0x095A8D) is known color: Dark Cerulean. HEX triplet: 09, 5A and 8D. RGB value is (9,90,141). Sum of RGB (Red+Green+Blue) = 9+90+141=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #095A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8D is #F6A572. Grayscale: #474747. Windows color (decimal): -16164211 or 9263625. OLE color: 9263625.
HSL color Cylindrical-coordinate representation of color #095A8D: hue angle of 203.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A8D is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 90 | 141 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.45 |
| HSL | 203.18º | 0.88% | 0.29% | - |
| HSV(B) | 203.18º | 0.94% | 0.55% | - |
| XYZ | 8.58 | 9.29 | 26.54 | - |
| YUV | 71.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 141 | 0.94 | 0.36 | 0 | 0.45 | 203.18 | 0.88 | 0.29 |
| Hex | 9 | 5A | 8D | 5E | 24 | 0 | 2D | CB | 58 | 1D |
| Octal | 11 | 132 | 215 | 136 | 44 | 0 | 55 | 313 | 130 | 35 |
| Binary | 1001 | 1011010 | 10001101 | 1011110 | 100100 | 0 | 101101 | 11001011 | 1011000 | 11101 |
Color Harmonies of #095A8D
Complementary color
Monochromatic Colors of #095A8D
Black with #095A8D
Text Example
Text Example
White with #095A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A8D; }
p { color: rgb(9,90,141); }
H1.HeaderClassName
{
color: #095A8D;
}
.AnyTagClassName
{
color: #095A8D;
}
</style>
background-color css
<style>
a { background-color: #095A8D; }
a { background-color: rgb(9,90,141); }
div.DivClassName
{
background-color: #095A8D;
}
.BgClassName
{
background-color: #095A8D;
}
</style>
border-color css
<style>
span { border-color: #095A8D; }
span { border-color: rgb(9,90,141); }
td.TdClassName
{
border-color: #095A8D;
}
.TagClassName
{
border-color: #095A8D;
}
</style>