Shades of Dark Cerulean #095381
Tints of Dark Cerulean #095381
RGB
CMYK
RGB Variations
Color information
#095381 (or 0x095381) is known color: Dark Cerulean. HEX triplet: 09, 53 and 81. RGB value is (9,83,129). Sum of RGB (Red+Green+Blue) = 9+83+129=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #095381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095381 is #F6AC7E. Grayscale: #414141. Windows color (decimal): -16166015 or 8475401. OLE color: 8475401.
HSL color Cylindrical-coordinate representation of color #095381: hue angle of 203º 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 #095381 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 83 | 129 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.49 |
| HSL | 203º | 0.87% | 0.27% | - |
| HSV(B) | 203º | 0.93% | 0.51% | - |
| XYZ | 7.17 | 7.83 | 21.9 | - |
| YUV | 66.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 129 | 0.93 | 0.36 | 0 | 0.49 | 203 | 0.87 | 0.27 |
| Hex | 9 | 53 | 81 | 5D | 24 | 0 | 31 | CB | 57 | 1B |
| Octal | 11 | 123 | 201 | 135 | 44 | 0 | 61 | 313 | 127 | 33 |
| Binary | 1001 | 1010011 | 10000001 | 1011101 | 100100 | 0 | 110001 | 11001011 | 1010111 | 11011 |
Color Harmonies of #095381
Complementary color
Monochromatic Colors of #095381
Black with #095381
Text Example
Text Example
White with #095381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095381; }
p { color: rgb(9,83,129); }
H1.HeaderClassName
{
color: #095381;
}
.AnyTagClassName
{
color: #095381;
}
</style>
background-color css
<style>
a { background-color: #095381; }
a { background-color: rgb(9,83,129); }
div.DivClassName
{
background-color: #095381;
}
.BgClassName
{
background-color: #095381;
}
</style>
border-color css
<style>
span { border-color: #095381; }
span { border-color: rgb(9,83,129); }
td.TdClassName
{
border-color: #095381;
}
.TagClassName
{
border-color: #095381;
}
</style>