Shades of Dark Cerulean #163E8B
Tints of Dark Cerulean #163E8B
RGB
CMYK
RGB Variations
Color information
#163E8B (or 0x163E8B) is known color: Dark Cerulean. HEX triplet: 16, 3E and 8B. RGB value is (22,62,139). Sum of RGB (Red+Green+Blue) = 22+62+139=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #163E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E8B is #E9C174. Grayscale: #3A3A3A. Windows color (decimal): -15319413 or 9125398. OLE color: 9125398.
HSL color Cylindrical-coordinate representation of color #163E8B: hue angle of 219.49º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163E8B is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 62 | 139 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.45 |
| HSL | 219.49º | 0.73% | 0.32% | - |
| HSV(B) | 219.49º | 0.84% | 0.55% | - |
| XYZ | 6.71 | 5.48 | 25.13 | - |
| YUV | 58.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 139 | 0.84 | 0.55 | 0 | 0.45 | 219.49 | 0.73 | 0.32 |
| Hex | 16 | 3E | 8B | 54 | 37 | 0 | 2D | DB | 49 | 20 |
| Octal | 26 | 76 | 213 | 124 | 67 | 0 | 55 | 333 | 111 | 40 |
| Binary | 10110 | 111110 | 10001011 | 1010100 | 110111 | 0 | 101101 | 11011011 | 1001001 | 100000 |
Color Harmonies of #163E8B
Complementary color
Monochromatic Colors of #163E8B
Black with #163E8B
Text Example
Text Example
White with #163E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E8B; }
p { color: rgb(22,62,139); }
H1.HeaderClassName
{
color: #163E8B;
}
.AnyTagClassName
{
color: #163E8B;
}
</style>
background-color css
<style>
a { background-color: #163E8B; }
a { background-color: rgb(22,62,139); }
div.DivClassName
{
background-color: #163E8B;
}
.BgClassName
{
background-color: #163E8B;
}
</style>
border-color css
<style>
span { border-color: #163E8B; }
span { border-color: rgb(22,62,139); }
td.TdClassName
{
border-color: #163E8B;
}
.TagClassName
{
border-color: #163E8B;
}
</style>