Shades of Dark Cerulean #163C82
Tints of Dark Cerulean #163C82
RGB
CMYK
RGB Variations
Color information
#163C82 (or 0x163C82) is known color: Dark Cerulean. HEX triplet: 16, 3C and 82. RGB value is (22,60,130). Sum of RGB (Red+Green+Blue) = 22+60+130=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #163C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C82 is #E9C37D. Grayscale: #383838. Windows color (decimal): -15319934 or 8535062. OLE color: 8535062.
HSL color Cylindrical-coordinate representation of color #163C82: hue angle of 218.89º 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 #163C82 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 60 | 130 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.49 |
| HSL | 218.89º | 0.71% | 0.3% | - |
| HSV(B) | 218.89º | 0.83% | 0.51% | - |
| XYZ | 5.98 | 5.01 | 21.77 | - |
| YUV | 56.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 130 | 0.83 | 0.54 | 0 | 0.49 | 218.89 | 0.71 | 0.3 |
| Hex | 16 | 3C | 82 | 53 | 36 | 0 | 31 | DB | 47 | 1E |
| Octal | 26 | 74 | 202 | 123 | 66 | 0 | 61 | 333 | 107 | 36 |
| Binary | 10110 | 111100 | 10000010 | 1010011 | 110110 | 0 | 110001 | 11011011 | 1000111 | 11110 |
Color Harmonies of #163C82
Complementary color
Monochromatic Colors of #163C82
Black with #163C82
Text Example
Text Example
White with #163C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C82; }
p { color: rgb(22,60,130); }
H1.HeaderClassName
{
color: #163C82;
}
.AnyTagClassName
{
color: #163C82;
}
</style>
background-color css
<style>
a { background-color: #163C82; }
a { background-color: rgb(22,60,130); }
div.DivClassName
{
background-color: #163C82;
}
.BgClassName
{
background-color: #163C82;
}
</style>
border-color css
<style>
span { border-color: #163C82; }
span { border-color: rgb(22,60,130); }
td.TdClassName
{
border-color: #163C82;
}
.TagClassName
{
border-color: #163C82;
}
</style>