Shades of Dark Cerulean #095388
Tints of Dark Cerulean #095388
RGB
CMYK
RGB Variations
Color information
#095388 (or 0x095388) is known color: Dark Cerulean. HEX triplet: 09, 53 and 88. RGB value is (9,83,136). Sum of RGB (Red+Green+Blue) = 9+83+136=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #095388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095388 is #F6AC77. Grayscale: #424242. Windows color (decimal): -16166008 or 8934153. OLE color: 8934153.
HSL color Cylindrical-coordinate representation of color #095388: hue angle of 205.04º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095388 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 83 | 136 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.47 |
| HSL | 205.04º | 0.88% | 0.28% | - |
| HSV(B) | 205.04º | 0.93% | 0.53% | - |
| XYZ | 7.65 | 8.02 | 24.44 | - |
| YUV | 66.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 136 | 0.93 | 0.39 | 0 | 0.47 | 205.04 | 0.88 | 0.28 |
| Hex | 9 | 53 | 88 | 5D | 27 | 0 | 2F | CD | 58 | 1C |
| Octal | 11 | 123 | 210 | 135 | 47 | 0 | 57 | 315 | 130 | 34 |
| Binary | 1001 | 1010011 | 10001000 | 1011101 | 100111 | 0 | 101111 | 11001101 | 1011000 | 11100 |
Color Harmonies of #095388
Complementary color
Monochromatic Colors of #095388
Black with #095388
Text Example
Text Example
White with #095388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095388; }
p { color: rgb(9,83,136); }
H1.HeaderClassName
{
color: #095388;
}
.AnyTagClassName
{
color: #095388;
}
</style>
background-color css
<style>
a { background-color: #095388; }
a { background-color: rgb(9,83,136); }
div.DivClassName
{
background-color: #095388;
}
.BgClassName
{
background-color: #095388;
}
</style>
border-color css
<style>
span { border-color: #095388; }
span { border-color: rgb(9,83,136); }
td.TdClassName
{
border-color: #095388;
}
.TagClassName
{
border-color: #095388;
}
</style>