Shades of Dark Cerulean #163A7E
Tints of Dark Cerulean #163A7E
RGB
CMYK
RGB Variations
Color information
#163A7E (or 0x163A7E) is known color: Dark Cerulean. HEX triplet: 16, 3A and 7E. RGB value is (22,58,126). Sum of RGB (Red+Green+Blue) = 22+58+126=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #163A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A7E is #E9C581. Grayscale: #363636. Windows color (decimal): -15320450 or 8272406. OLE color: 8272406.
HSL color Cylindrical-coordinate representation of color #163A7E: hue angle of 219.23º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163A7E is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 58 | 126 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.51 |
| HSL | 219.23º | 0.7% | 0.29% | - |
| HSV(B) | 219.23º | 0.83% | 0.49% | - |
| XYZ | 5.61 | 4.7 | 20.35 | - |
| YUV | 54.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 126 | 0.83 | 0.54 | 0 | 0.51 | 219.23 | 0.7 | 0.29 |
| Hex | 16 | 3A | 7E | 53 | 36 | 0 | 33 | DB | 46 | 1D |
| Octal | 26 | 72 | 176 | 123 | 66 | 0 | 63 | 333 | 106 | 35 |
| Binary | 10110 | 111010 | 1111110 | 1010011 | 110110 | 0 | 110011 | 11011011 | 1000110 | 11101 |
Color Harmonies of #163A7E
Complementary color
Monochromatic Colors of #163A7E
Black with #163A7E
Text Example
Text Example
White with #163A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A7E; }
p { color: rgb(22,58,126); }
H1.HeaderClassName
{
color: #163A7E;
}
.AnyTagClassName
{
color: #163A7E;
}
</style>
background-color css
<style>
a { background-color: #163A7E; }
a { background-color: rgb(22,58,126); }
div.DivClassName
{
background-color: #163A7E;
}
.BgClassName
{
background-color: #163A7E;
}
</style>
border-color css
<style>
span { border-color: #163A7E; }
span { border-color: rgb(22,58,126); }
td.TdClassName
{
border-color: #163A7E;
}
.TagClassName
{
border-color: #163A7E;
}
</style>