Shades of Dark Cerulean #095C89
Tints of Dark Cerulean #095C89
RGB
CMYK
RGB Variations
Color information
#095C89 (or 0x095C89) is known color: Dark Cerulean. HEX triplet: 09, 5C and 89. RGB value is (9,92,137). Sum of RGB (Red+Green+Blue) = 9+92+137=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #095C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C89 is #F6A376. Grayscale: #484848. Windows color (decimal): -16163703 or 9001993. OLE color: 9001993.
HSL color Cylindrical-coordinate representation of color #095C89: hue angle of 201.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095C89 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 92 | 137 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.46 |
| HSL | 201.09º | 0.88% | 0.29% | - |
| HSV(B) | 201.09º | 0.93% | 0.54% | - |
| XYZ | 8.46 | 9.52 | 25.06 | - |
| YUV | 72.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 137 | 0.93 | 0.33 | 0 | 0.46 | 201.09 | 0.88 | 0.29 |
| Hex | 9 | 5C | 89 | 5D | 21 | 0 | 2E | C9 | 58 | 1D |
| Octal | 11 | 134 | 211 | 135 | 41 | 0 | 56 | 311 | 130 | 35 |
| Binary | 1001 | 1011100 | 10001001 | 1011101 | 100001 | 0 | 101110 | 11001001 | 1011000 | 11101 |
Color Harmonies of #095C89
Complementary color
Monochromatic Colors of #095C89
Black with #095C89
Text Example
Text Example
White with #095C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C89; }
p { color: rgb(9,92,137); }
H1.HeaderClassName
{
color: #095C89;
}
.AnyTagClassName
{
color: #095C89;
}
</style>
background-color css
<style>
a { background-color: #095C89; }
a { background-color: rgb(9,92,137); }
div.DivClassName
{
background-color: #095C89;
}
.BgClassName
{
background-color: #095C89;
}
</style>
border-color css
<style>
span { border-color: #095C89; }
span { border-color: rgb(9,92,137); }
td.TdClassName
{
border-color: #095C89;
}
.TagClassName
{
border-color: #095C89;
}
</style>