Shades of Dark Cerulean #163A7C
Tints of Dark Cerulean #163A7C
RGB
CMYK
RGB Variations
Color information
#163A7C (or 0x163A7C) is known color: Dark Cerulean. HEX triplet: 16, 3A and 7C. RGB value is (22,58,124). Sum of RGB (Red+Green+Blue) = 22+58+124=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #163A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A7C is #E9C583. Grayscale: #363636. Windows color (decimal): -15320452 or 8141334. OLE color: 8141334.
HSL color Cylindrical-coordinate representation of color #163A7C: hue angle of 218.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163A7C is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 58 | 124 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.51 |
| HSL | 218.82º | 0.7% | 0.29% | - |
| HSV(B) | 218.82º | 0.82% | 0.49% | - |
| XYZ | 5.48 | 4.65 | 19.68 | - |
| YUV | 54.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 124 | 0.82 | 0.53 | 0 | 0.51 | 218.82 | 0.7 | 0.29 |
| Hex | 16 | 3A | 7C | 52 | 35 | 0 | 33 | DB | 46 | 1D |
| Octal | 26 | 72 | 174 | 122 | 65 | 0 | 63 | 333 | 106 | 35 |
| Binary | 10110 | 111010 | 1111100 | 1010010 | 110101 | 0 | 110011 | 11011011 | 1000110 | 11101 |
Color Harmonies of #163A7C
Complementary color
Monochromatic Colors of #163A7C
Black with #163A7C
Text Example
Text Example
White with #163A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A7C; }
p { color: rgb(22,58,124); }
H1.HeaderClassName
{
color: #163A7C;
}
.AnyTagClassName
{
color: #163A7C;
}
</style>
background-color css
<style>
a { background-color: #163A7C; }
a { background-color: rgb(22,58,124); }
div.DivClassName
{
background-color: #163A7C;
}
.BgClassName
{
background-color: #163A7C;
}
</style>
border-color css
<style>
span { border-color: #163A7C; }
span { border-color: rgb(22,58,124); }
td.TdClassName
{
border-color: #163A7C;
}
.TagClassName
{
border-color: #163A7C;
}
</style>