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