Shades of Dark Cerulean #095081
Tints of Dark Cerulean #095081
RGB
CMYK
RGB Variations
Color information
#095081 (or 0x095081) is known color: Dark Cerulean. HEX triplet: 09, 50 and 81. RGB value is (9,80,129). Sum of RGB (Red+Green+Blue) = 9+80+129=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #095081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095081 is #F6AF7E. Grayscale: #404040. Windows color (decimal): -16166783 or 8474633. OLE color: 8474633.
HSL color Cylindrical-coordinate representation of color #095081: hue angle of 204.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095081 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 80 | 129 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.49 |
| HSL | 204.5º | 0.87% | 0.27% | - |
| HSV(B) | 204.5º | 0.93% | 0.51% | - |
| XYZ | 6.94 | 7.38 | 21.83 | - |
| YUV | 64.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 129 | 0.93 | 0.38 | 0 | 0.49 | 204.5 | 0.87 | 0.27 |
| Hex | 9 | 50 | 81 | 5D | 26 | 0 | 31 | CC | 57 | 1B |
| Octal | 11 | 120 | 201 | 135 | 46 | 0 | 61 | 314 | 127 | 33 |
| Binary | 1001 | 1010000 | 10000001 | 1011101 | 100110 | 0 | 110001 | 11001100 | 1010111 | 11011 |
Color Harmonies of #095081
Complementary color
Monochromatic Colors of #095081
Black with #095081
Text Example
Text Example
White with #095081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095081; }
p { color: rgb(9,80,129); }
H1.HeaderClassName
{
color: #095081;
}
.AnyTagClassName
{
color: #095081;
}
</style>
background-color css
<style>
a { background-color: #095081; }
a { background-color: rgb(9,80,129); }
div.DivClassName
{
background-color: #095081;
}
.BgClassName
{
background-color: #095081;
}
</style>
border-color css
<style>
span { border-color: #095081; }
span { border-color: rgb(9,80,129); }
td.TdClassName
{
border-color: #095081;
}
.TagClassName
{
border-color: #095081;
}
</style>