Shades of Dark Cerulean #095481
Tints of Dark Cerulean #095481
RGB
CMYK
RGB Variations
Color information
#095481 (or 0x095481) is known color: Dark Cerulean. HEX triplet: 09, 54 and 81. RGB value is (9,84,129). Sum of RGB (Red+Green+Blue) = 9+84+129=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #095481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095481 is #F6AB7E. Grayscale: #424242. Windows color (decimal): -16165759 or 8475657. OLE color: 8475657.
HSL color Cylindrical-coordinate representation of color #095481: hue angle of 202.5º 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 #095481 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 84 | 129 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.49 |
| HSL | 202.5º | 0.87% | 0.27% | - |
| HSV(B) | 202.5º | 0.93% | 0.51% | - |
| XYZ | 7.25 | 7.98 | 21.93 | - |
| YUV | 66.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 129 | 0.93 | 0.35 | 0 | 0.49 | 202.5 | 0.87 | 0.27 |
| Hex | 9 | 54 | 81 | 5D | 23 | 0 | 31 | CA | 57 | 1B |
| Octal | 11 | 124 | 201 | 135 | 43 | 0 | 61 | 312 | 127 | 33 |
| Binary | 1001 | 1010100 | 10000001 | 1011101 | 100011 | 0 | 110001 | 11001010 | 1010111 | 11011 |
Color Harmonies of #095481
Complementary color
Monochromatic Colors of #095481
Black with #095481
Text Example
Text Example
White with #095481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095481; }
p { color: rgb(9,84,129); }
H1.HeaderClassName
{
color: #095481;
}
.AnyTagClassName
{
color: #095481;
}
</style>
background-color css
<style>
a { background-color: #095481; }
a { background-color: rgb(9,84,129); }
div.DivClassName
{
background-color: #095481;
}
.BgClassName
{
background-color: #095481;
}
</style>
border-color css
<style>
span { border-color: #095481; }
span { border-color: rgb(9,84,129); }
td.TdClassName
{
border-color: #095481;
}
.TagClassName
{
border-color: #095481;
}
</style>