Shades of Dark Cerulean #095380
Tints of Dark Cerulean #095380
RGB
CMYK
RGB Variations
Color information
#095380 (or 0x095380) is known color: Dark Cerulean. HEX triplet: 09, 53 and 80. RGB value is (9,83,128). Sum of RGB (Red+Green+Blue) = 9+83+128=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #095380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095380 is #F6AC7F. Grayscale: #414141. Windows color (decimal): -16166016 or 8409865. OLE color: 8409865.
HSL color Cylindrical-coordinate representation of color #095380: hue angle of 202.69º 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 #095380 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 83 | 128 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.50 |
| HSL | 202.69º | 0.87% | 0.27% | - |
| HSV(B) | 202.69º | 0.93% | 0.5% | - |
| XYZ | 7.1 | 7.8 | 21.55 | - |
| YUV | 66 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 128 | 0.93 | 0.35 | 0 | 0.50 | 202.69 | 0.87 | 0.27 |
| Hex | 9 | 53 | 80 | 5D | 23 | 0 | 32 | CB | 57 | 1B |
| Octal | 11 | 123 | 200 | 135 | 43 | 0 | 62 | 313 | 127 | 33 |
| Binary | 1001 | 1010011 | 10000000 | 1011101 | 100011 | 0 | 110010 | 11001011 | 1010111 | 11011 |
Color Harmonies of #095380
Complementary color
Monochromatic Colors of #095380
Black with #095380
Text Example
Text Example
White with #095380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095380; }
p { color: rgb(9,83,128); }
H1.HeaderClassName
{
color: #095380;
}
.AnyTagClassName
{
color: #095380;
}
</style>
background-color css
<style>
a { background-color: #095380; }
a { background-color: rgb(9,83,128); }
div.DivClassName
{
background-color: #095380;
}
.BgClassName
{
background-color: #095380;
}
</style>
border-color css
<style>
span { border-color: #095380; }
span { border-color: rgb(9,83,128); }
td.TdClassName
{
border-color: #095380;
}
.TagClassName
{
border-color: #095380;
}
</style>