Shades of Dark Cerulean #163A81
Tints of Dark Cerulean #163A81
RGB
CMYK
RGB Variations
Color information
#163A81 (or 0x163A81) is known color: Dark Cerulean. HEX triplet: 16, 3A and 81. RGB value is (22,58,129). Sum of RGB (Red+Green+Blue) = 22+58+129=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #163A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A81 is #E9C57E. Grayscale: #373737. Windows color (decimal): -15320447 or 8469014. OLE color: 8469014.
HSL color Cylindrical-coordinate representation of color #163A81: hue angle of 219.81º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163A81 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 58 | 129 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.49 |
| HSL | 219.81º | 0.71% | 0.3% | - |
| HSV(B) | 219.81º | 0.83% | 0.51% | - |
| XYZ | 5.81 | 4.78 | 21.39 | - |
| YUV | 55.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 129 | 0.83 | 0.55 | 0 | 0.49 | 219.81 | 0.71 | 0.3 |
| Hex | 16 | 3A | 81 | 53 | 37 | 0 | 31 | DC | 47 | 1E |
| Octal | 26 | 72 | 201 | 123 | 67 | 0 | 61 | 334 | 107 | 36 |
| Binary | 10110 | 111010 | 10000001 | 1010011 | 110111 | 0 | 110001 | 11011100 | 1000111 | 11110 |
Color Harmonies of #163A81
Complementary color
Monochromatic Colors of #163A81
Black with #163A81
Text Example
Text Example
White with #163A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A81; }
p { color: rgb(22,58,129); }
H1.HeaderClassName
{
color: #163A81;
}
.AnyTagClassName
{
color: #163A81;
}
</style>
background-color css
<style>
a { background-color: #163A81; }
a { background-color: rgb(22,58,129); }
div.DivClassName
{
background-color: #163A81;
}
.BgClassName
{
background-color: #163A81;
}
</style>
border-color css
<style>
span { border-color: #163A81; }
span { border-color: rgb(22,58,129); }
td.TdClassName
{
border-color: #163A81;
}
.TagClassName
{
border-color: #163A81;
}
</style>