Shades of Dark Cerulean #095B8F
Tints of Dark Cerulean #095B8F
RGB
CMYK
RGB Variations
Color information
#095B8F (or 0x095B8F) is known color: Dark Cerulean. HEX triplet: 09, 5B and 8F. RGB value is (9,91,143). Sum of RGB (Red+Green+Blue) = 9+91+143=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #095B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095B8F is #F6A470. Grayscale: #484848. Windows color (decimal): -16163953 or 9394953. OLE color: 9394953.
HSL color Cylindrical-coordinate representation of color #095B8F: hue angle of 203.28º 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 #095B8F is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 91 | 143 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.44 |
| HSL | 203.28º | 0.88% | 0.3% | - |
| HSV(B) | 203.28º | 0.94% | 0.56% | - |
| XYZ | 8.81 | 9.52 | 27.36 | - |
| YUV | 72.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 143 | 0.94 | 0.36 | 0 | 0.44 | 203.28 | 0.88 | 0.3 |
| Hex | 9 | 5B | 8F | 5E | 24 | 0 | 2C | CB | 58 | 1E |
| Octal | 11 | 133 | 217 | 136 | 44 | 0 | 54 | 313 | 130 | 36 |
| Binary | 1001 | 1011011 | 10001111 | 1011110 | 100100 | 0 | 101100 | 11001011 | 1011000 | 11110 |
Color Harmonies of #095B8F
Complementary color
Monochromatic Colors of #095B8F
Black with #095B8F
Text Example
Text Example
White with #095B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B8F; }
p { color: rgb(9,91,143); }
H1.HeaderClassName
{
color: #095B8F;
}
.AnyTagClassName
{
color: #095B8F;
}
</style>
background-color css
<style>
a { background-color: #095B8F; }
a { background-color: rgb(9,91,143); }
div.DivClassName
{
background-color: #095B8F;
}
.BgClassName
{
background-color: #095B8F;
}
</style>
border-color css
<style>
span { border-color: #095B8F; }
span { border-color: rgb(9,91,143); }
td.TdClassName
{
border-color: #095B8F;
}
.TagClassName
{
border-color: #095B8F;
}
</style>