Shades of Dark Cerulean #095C8B
Tints of Dark Cerulean #095C8B
RGB
CMYK
RGB Variations
Color information
#095C8B (or 0x095C8B) is known color: Dark Cerulean. HEX triplet: 09, 5C and 8B. RGB value is (9,92,139). Sum of RGB (Red+Green+Blue) = 9+92+139=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #095C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C8B is #F6A374. Grayscale: #484848. Windows color (decimal): -16163701 or 9133065. OLE color: 9133065.
HSL color Cylindrical-coordinate representation of color #095C8B: hue angle of 201.69º 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 #095C8B is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 92 | 139 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.45 |
| HSL | 201.69º | 0.88% | 0.29% | - |
| HSV(B) | 201.69º | 0.94% | 0.55% | - |
| XYZ | 8.6 | 9.58 | 25.82 | - |
| YUV | 72.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 139 | 0.94 | 0.34 | 0 | 0.45 | 201.69 | 0.88 | 0.29 |
| Hex | 9 | 5C | 8B | 5E | 22 | 0 | 2D | CA | 58 | 1D |
| Octal | 11 | 134 | 213 | 136 | 42 | 0 | 55 | 312 | 130 | 35 |
| Binary | 1001 | 1011100 | 10001011 | 1011110 | 100010 | 0 | 101101 | 11001010 | 1011000 | 11101 |
Color Harmonies of #095C8B
Complementary color
Monochromatic Colors of #095C8B
Black with #095C8B
Text Example
Text Example
White with #095C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C8B; }
p { color: rgb(9,92,139); }
H1.HeaderClassName
{
color: #095C8B;
}
.AnyTagClassName
{
color: #095C8B;
}
</style>
background-color css
<style>
a { background-color: #095C8B; }
a { background-color: rgb(9,92,139); }
div.DivClassName
{
background-color: #095C8B;
}
.BgClassName
{
background-color: #095C8B;
}
</style>
border-color css
<style>
span { border-color: #095C8B; }
span { border-color: rgb(9,92,139); }
td.TdClassName
{
border-color: #095C8B;
}
.TagClassName
{
border-color: #095C8B;
}
</style>