Shades of Dark Cerulean #163B82
Tints of Dark Cerulean #163B82
RGB
CMYK
RGB Variations
Color information
#163B82 (or 0x163B82) is known color: Dark Cerulean. HEX triplet: 16, 3B and 82. RGB value is (22,59,130). Sum of RGB (Red+Green+Blue) = 22+59+130=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #163B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B82 is #E9C47D. Grayscale: #373737. Windows color (decimal): -15320190 or 8534806. OLE color: 8534806.
HSL color Cylindrical-coordinate representation of color #163B82: hue angle of 219.44º 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 #163B82 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 59 | 130 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.49 |
| HSL | 219.44º | 0.71% | 0.3% | - |
| HSV(B) | 219.44º | 0.83% | 0.51% | - |
| XYZ | 5.92 | 4.91 | 21.75 | - |
| YUV | 56.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 130 | 0.83 | 0.55 | 0 | 0.49 | 219.44 | 0.71 | 0.3 |
| Hex | 16 | 3B | 82 | 53 | 37 | 0 | 31 | DB | 47 | 1E |
| Octal | 26 | 73 | 202 | 123 | 67 | 0 | 61 | 333 | 107 | 36 |
| Binary | 10110 | 111011 | 10000010 | 1010011 | 110111 | 0 | 110001 | 11011011 | 1000111 | 11110 |
Color Harmonies of #163B82
Complementary color
Monochromatic Colors of #163B82
Black with #163B82
Text Example
Text Example
White with #163B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B82; }
p { color: rgb(22,59,130); }
H1.HeaderClassName
{
color: #163B82;
}
.AnyTagClassName
{
color: #163B82;
}
</style>
background-color css
<style>
a { background-color: #163B82; }
a { background-color: rgb(22,59,130); }
div.DivClassName
{
background-color: #163B82;
}
.BgClassName
{
background-color: #163B82;
}
</style>
border-color css
<style>
span { border-color: #163B82; }
span { border-color: rgb(22,59,130); }
td.TdClassName
{
border-color: #163B82;
}
.TagClassName
{
border-color: #163B82;
}
</style>