Shades of Dark Cerulean #163F85
Tints of Dark Cerulean #163F85
RGB
CMYK
RGB Variations
Color information
#163F85 (or 0x163F85) is known color: Dark Cerulean. HEX triplet: 16, 3F and 85. RGB value is (22,63,133). Sum of RGB (Red+Green+Blue) = 22+63+133=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #163F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F85 is #E9C07A. Grayscale: #3A3A3A. Windows color (decimal): -15319163 or 8732438. OLE color: 8732438.
HSL color Cylindrical-coordinate representation of color #163F85: hue angle of 217.84º 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 #163F85 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 63 | 133 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.48 |
| HSL | 217.84º | 0.72% | 0.3% | - |
| HSV(B) | 217.84º | 0.83% | 0.52% | - |
| XYZ | 6.34 | 5.42 | 22.9 | - |
| YUV | 58.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 133 | 0.83 | 0.53 | 0 | 0.48 | 217.84 | 0.72 | 0.3 |
| Hex | 16 | 3F | 85 | 53 | 35 | 0 | 30 | DA | 48 | 1E |
| Octal | 26 | 77 | 205 | 123 | 65 | 0 | 60 | 332 | 110 | 36 |
| Binary | 10110 | 111111 | 10000101 | 1010011 | 110101 | 0 | 110000 | 11011010 | 1001000 | 11110 |
Color Harmonies of #163F85
Complementary color
Monochromatic Colors of #163F85
Black with #163F85
Text Example
Text Example
White with #163F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F85; }
p { color: rgb(22,63,133); }
H1.HeaderClassName
{
color: #163F85;
}
.AnyTagClassName
{
color: #163F85;
}
</style>
background-color css
<style>
a { background-color: #163F85; }
a { background-color: rgb(22,63,133); }
div.DivClassName
{
background-color: #163F85;
}
.BgClassName
{
background-color: #163F85;
}
</style>
border-color css
<style>
span { border-color: #163F85; }
span { border-color: rgb(22,63,133); }
td.TdClassName
{
border-color: #163F85;
}
.TagClassName
{
border-color: #163F85;
}
</style>