Shades of Dark Cerulean #163685
Tints of Dark Cerulean #163685
RGB
CMYK
RGB Variations
Color information
#163685 (or 0x163685) is known color: Dark Cerulean. HEX triplet: 16, 36 and 85. RGB value is (22,54,133). Sum of RGB (Red+Green+Blue) = 22+54+133=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #163685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163685 is #E9C97A. Grayscale: #353535. Windows color (decimal): -15321467 or 8730134. OLE color: 8730134.
HSL color Cylindrical-coordinate representation of color #163685: hue angle of 222.7º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163685 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 54 | 133 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.48 |
| HSL | 222.7º | 0.72% | 0.3% | - |
| HSV(B) | 222.7º | 0.83% | 0.52% | - |
| XYZ | 5.88 | 4.5 | 22.75 | - |
| YUV | 53.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 133 | 0.83 | 0.59 | 0 | 0.48 | 222.7 | 0.72 | 0.3 |
| Hex | 16 | 36 | 85 | 53 | 3B | 0 | 30 | DF | 48 | 1E |
| Octal | 26 | 66 | 205 | 123 | 73 | 0 | 60 | 337 | 110 | 36 |
| Binary | 10110 | 110110 | 10000101 | 1010011 | 111011 | 0 | 110000 | 11011111 | 1001000 | 11110 |
Color Harmonies of #163685
Complementary color
Monochromatic Colors of #163685
Black with #163685
Text Example
Text Example
White with #163685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163685; }
p { color: rgb(22,54,133); }
H1.HeaderClassName
{
color: #163685;
}
.AnyTagClassName
{
color: #163685;
}
</style>
background-color css
<style>
a { background-color: #163685; }
a { background-color: rgb(22,54,133); }
div.DivClassName
{
background-color: #163685;
}
.BgClassName
{
background-color: #163685;
}
</style>
border-color css
<style>
span { border-color: #163685; }
span { border-color: rgb(22,54,133); }
td.TdClassName
{
border-color: #163685;
}
.TagClassName
{
border-color: #163685;
}
</style>