Shades of Dark Cerulean #095491
Tints of Dark Cerulean #095491
RGB
CMYK
RGB Variations
Color information
#095491 (or 0x095491) is known color: Dark Cerulean. HEX triplet: 09, 54 and 91. RGB value is (9,84,145). Sum of RGB (Red+Green+Blue) = 9+84+145=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #095491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095491 is #F6AB6E. Grayscale: #444444. Windows color (decimal): -16165743 or 9524233. OLE color: 9524233.
HSL color Cylindrical-coordinate representation of color #095491: hue angle of 206.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095491 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 84 | 145 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.43 |
| HSL | 206.91º | 0.88% | 0.3% | - |
| HSV(B) | 206.91º | 0.94% | 0.57% | - |
| XYZ | 8.39 | 8.44 | 27.98 | - |
| YUV | 68.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 145 | 0.94 | 0.42 | 0 | 0.43 | 206.91 | 0.88 | 0.3 |
| Hex | 9 | 54 | 91 | 5E | 2A | 0 | 2B | CF | 58 | 1E |
| Octal | 11 | 124 | 221 | 136 | 52 | 0 | 53 | 317 | 130 | 36 |
| Binary | 1001 | 1010100 | 10010001 | 1011110 | 101010 | 0 | 101011 | 11001111 | 1011000 | 11110 |
Color Harmonies of #095491
Complementary color
Monochromatic Colors of #095491
Black with #095491
Text Example
Text Example
White with #095491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095491; }
p { color: rgb(9,84,145); }
H1.HeaderClassName
{
color: #095491;
}
.AnyTagClassName
{
color: #095491;
}
</style>
background-color css
<style>
a { background-color: #095491; }
a { background-color: rgb(9,84,145); }
div.DivClassName
{
background-color: #095491;
}
.BgClassName
{
background-color: #095491;
}
</style>
border-color css
<style>
span { border-color: #095491; }
span { border-color: rgb(9,84,145); }
td.TdClassName
{
border-color: #095491;
}
.TagClassName
{
border-color: #095491;
}
</style>