Shades of Dark Cerulean #095782
Tints of Dark Cerulean #095782
RGB
CMYK
RGB Variations
Color information
#095782 (or 0x095782) is known color: Dark Cerulean. HEX triplet: 09, 57 and 82. RGB value is (9,87,130). Sum of RGB (Red+Green+Blue) = 9+87+130=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #095782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095782 is #F6A87D. Grayscale: #444444. Windows color (decimal): -16164990 or 8541961. OLE color: 8541961.
HSL color Cylindrical-coordinate representation of color #095782: hue angle of 201.32º 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 #095782 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 87 | 130 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.49 |
| HSL | 201.32º | 0.87% | 0.27% | - |
| HSV(B) | 201.32º | 0.93% | 0.51% | - |
| XYZ | 7.55 | 8.49 | 22.36 | - |
| YUV | 68.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 130 | 0.93 | 0.33 | 0 | 0.49 | 201.32 | 0.87 | 0.27 |
| Hex | 9 | 57 | 82 | 5D | 21 | 0 | 31 | C9 | 57 | 1B |
| Octal | 11 | 127 | 202 | 135 | 41 | 0 | 61 | 311 | 127 | 33 |
| Binary | 1001 | 1010111 | 10000010 | 1011101 | 100001 | 0 | 110001 | 11001001 | 1010111 | 11011 |
Color Harmonies of #095782
Complementary color
Monochromatic Colors of #095782
Black with #095782
Text Example
Text Example
White with #095782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095782; }
p { color: rgb(9,87,130); }
H1.HeaderClassName
{
color: #095782;
}
.AnyTagClassName
{
color: #095782;
}
</style>
background-color css
<style>
a { background-color: #095782; }
a { background-color: rgb(9,87,130); }
div.DivClassName
{
background-color: #095782;
}
.BgClassName
{
background-color: #095782;
}
</style>
border-color css
<style>
span { border-color: #095782; }
span { border-color: rgb(9,87,130); }
td.TdClassName
{
border-color: #095782;
}
.TagClassName
{
border-color: #095782;
}
</style>