Shades of Dark Cerulean #095680
Tints of Dark Cerulean #095680
RGB
CMYK
RGB Variations
Color information
#095680 (or 0x095680) is known color: Dark Cerulean. HEX triplet: 09, 56 and 80. RGB value is (9,86,128). Sum of RGB (Red+Green+Blue) = 9+86+128=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #095680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095680 is #F6A97F. Grayscale: #434343. Windows color (decimal): -16165248 or 8410633. OLE color: 8410633.
HSL color Cylindrical-coordinate representation of color #095680: hue angle of 201.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095680 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 86 | 128 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.50 |
| HSL | 201.18º | 0.87% | 0.27% | - |
| HSV(B) | 201.18º | 0.93% | 0.5% | - |
| XYZ | 7.34 | 8.27 | 21.63 | - |
| YUV | 67.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 128 | 0.93 | 0.33 | 0 | 0.50 | 201.18 | 0.87 | 0.27 |
| Hex | 9 | 56 | 80 | 5D | 21 | 0 | 32 | C9 | 57 | 1B |
| Octal | 11 | 126 | 200 | 135 | 41 | 0 | 62 | 311 | 127 | 33 |
| Binary | 1001 | 1010110 | 10000000 | 1011101 | 100001 | 0 | 110010 | 11001001 | 1010111 | 11011 |
Color Harmonies of #095680
Complementary color
Monochromatic Colors of #095680
Black with #095680
Text Example
Text Example
White with #095680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095680; }
p { color: rgb(9,86,128); }
H1.HeaderClassName
{
color: #095680;
}
.AnyTagClassName
{
color: #095680;
}
</style>
background-color css
<style>
a { background-color: #095680; }
a { background-color: rgb(9,86,128); }
div.DivClassName
{
background-color: #095680;
}
.BgClassName
{
background-color: #095680;
}
</style>
border-color css
<style>
span { border-color: #095680; }
span { border-color: rgb(9,86,128); }
td.TdClassName
{
border-color: #095680;
}
.TagClassName
{
border-color: #095680;
}
</style>