Shades of Dark Cerulean #095483
Tints of Dark Cerulean #095483
RGB
CMYK
RGB Variations
Color information
#095483 (or 0x095483) is known color: Dark Cerulean. HEX triplet: 09, 54 and 83. RGB value is (9,84,131). Sum of RGB (Red+Green+Blue) = 9+84+131=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #095483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095483 is #F6AB7C. Grayscale: #424242. Windows color (decimal): -16165757 or 8606729. OLE color: 8606729.
HSL color Cylindrical-coordinate representation of color #095483: hue angle of 203.11º 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 #095483 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 84 | 131 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.49 |
| HSL | 203.11º | 0.87% | 0.27% | - |
| HSV(B) | 203.11º | 0.93% | 0.51% | - |
| XYZ | 7.38 | 8.04 | 22.64 | - |
| YUV | 66.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 131 | 0.93 | 0.36 | 0 | 0.49 | 203.11 | 0.87 | 0.27 |
| Hex | 9 | 54 | 83 | 5D | 24 | 0 | 31 | CB | 57 | 1B |
| Octal | 11 | 124 | 203 | 135 | 44 | 0 | 61 | 313 | 127 | 33 |
| Binary | 1001 | 1010100 | 10000011 | 1011101 | 100100 | 0 | 110001 | 11001011 | 1010111 | 11011 |
Color Harmonies of #095483
Complementary color
Monochromatic Colors of #095483
Black with #095483
Text Example
Text Example
White with #095483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095483; }
p { color: rgb(9,84,131); }
H1.HeaderClassName
{
color: #095483;
}
.AnyTagClassName
{
color: #095483;
}
</style>
background-color css
<style>
a { background-color: #095483; }
a { background-color: rgb(9,84,131); }
div.DivClassName
{
background-color: #095483;
}
.BgClassName
{
background-color: #095483;
}
</style>
border-color css
<style>
span { border-color: #095483; }
span { border-color: rgb(9,84,131); }
td.TdClassName
{
border-color: #095483;
}
.TagClassName
{
border-color: #095483;
}
</style>