Shades of Dark Cerulean #163A82
Tints of Dark Cerulean #163A82
RGB
CMYK
RGB Variations
Color information
#163A82 (or 0x163A82) is known color: Dark Cerulean. HEX triplet: 16, 3A and 82. RGB value is (22,58,130). Sum of RGB (Red+Green+Blue) = 22+58+130=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #163A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A82 is #E9C57D. Grayscale: #373737. Windows color (decimal): -15320446 or 8534550. OLE color: 8534550.
HSL color Cylindrical-coordinate representation of color #163A82: hue angle of 220º 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 #163A82 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 58 | 130 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.49 |
| HSL | 220º | 0.71% | 0.3% | - |
| HSV(B) | 220º | 0.83% | 0.51% | - |
| XYZ | 5.87 | 4.81 | 21.74 | - |
| YUV | 55.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 130 | 0.83 | 0.55 | 0 | 0.49 | 220 | 0.71 | 0.3 |
| Hex | 16 | 3A | 82 | 53 | 37 | 0 | 31 | DC | 47 | 1E |
| Octal | 26 | 72 | 202 | 123 | 67 | 0 | 61 | 334 | 107 | 36 |
| Binary | 10110 | 111010 | 10000010 | 1010011 | 110111 | 0 | 110001 | 11011100 | 1000111 | 11110 |
Color Harmonies of #163A82
Complementary color
Monochromatic Colors of #163A82
Black with #163A82
Text Example
Text Example
White with #163A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A82; }
p { color: rgb(22,58,130); }
H1.HeaderClassName
{
color: #163A82;
}
.AnyTagClassName
{
color: #163A82;
}
</style>
background-color css
<style>
a { background-color: #163A82; }
a { background-color: rgb(22,58,130); }
div.DivClassName
{
background-color: #163A82;
}
.BgClassName
{
background-color: #163A82;
}
</style>
border-color css
<style>
span { border-color: #163A82; }
span { border-color: rgb(22,58,130); }
td.TdClassName
{
border-color: #163A82;
}
.TagClassName
{
border-color: #163A82;
}
</style>