Shades of Dark Cerulean #163E78
Tints of Dark Cerulean #163E78
RGB
CMYK
RGB Variations
Color information
#163E78 (or 0x163E78) is known color: Dark Cerulean. HEX triplet: 16, 3E and 78. RGB value is (22,62,120). Sum of RGB (Red+Green+Blue) = 22+62+120=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #163E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E78 is #E9C187. Grayscale: #383838. Windows color (decimal): -15319432 or 7880214. OLE color: 7880214.
HSL color Cylindrical-coordinate representation of color #163E78: hue angle of 215.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E78 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 62 | 120 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.53 |
| HSL | 215.51º | 0.69% | 0.28% | - |
| HSV(B) | 215.51º | 0.82% | 0.47% | - |
| XYZ | 5.44 | 4.97 | 18.44 | - |
| YUV | 56.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 120 | 0.82 | 0.48 | 0 | 0.53 | 215.51 | 0.69 | 0.28 |
| Hex | 16 | 3E | 78 | 52 | 30 | 0 | 35 | D8 | 45 | 1C |
| Octal | 26 | 76 | 170 | 122 | 60 | 0 | 65 | 330 | 105 | 34 |
| Binary | 10110 | 111110 | 1111000 | 1010010 | 110000 | 0 | 110101 | 11011000 | 1000101 | 11100 |
Color Harmonies of #163E78
Complementary color
Monochromatic Colors of #163E78
Black with #163E78
Text Example
Text Example
White with #163E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E78; }
p { color: rgb(22,62,120); }
H1.HeaderClassName
{
color: #163E78;
}
.AnyTagClassName
{
color: #163E78;
}
</style>
background-color css
<style>
a { background-color: #163E78; }
a { background-color: rgb(22,62,120); }
div.DivClassName
{
background-color: #163E78;
}
.BgClassName
{
background-color: #163E78;
}
</style>
border-color css
<style>
span { border-color: #163E78; }
span { border-color: rgb(22,62,120); }
td.TdClassName
{
border-color: #163E78;
}
.TagClassName
{
border-color: #163E78;
}
</style>