Shades of Dark Cerulean #163D79
Tints of Dark Cerulean #163D79
RGB
CMYK
RGB Variations
Color information
#163D79 (or 0x163D79) is known color: Dark Cerulean. HEX triplet: 16, 3D and 79. RGB value is (22,61,121). Sum of RGB (Red+Green+Blue) = 22+61+121=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #163D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D79 is #E9C286. Grayscale: #373737. Windows color (decimal): -15319687 or 7945494. OLE color: 7945494.
HSL color Cylindrical-coordinate representation of color #163D79: hue angle of 216.36º 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 #163D79 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 61 | 121 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.53 |
| HSL | 216.36º | 0.69% | 0.28% | - |
| HSV(B) | 216.36º | 0.82% | 0.47% | - |
| XYZ | 5.45 | 4.89 | 18.75 | - |
| YUV | 56.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 121 | 0.82 | 0.50 | 0 | 0.53 | 216.36 | 0.69 | 0.28 |
| Hex | 16 | 3D | 79 | 52 | 32 | 0 | 35 | D8 | 45 | 1C |
| Octal | 26 | 75 | 171 | 122 | 62 | 0 | 65 | 330 | 105 | 34 |
| Binary | 10110 | 111101 | 1111001 | 1010010 | 110010 | 0 | 110101 | 11011000 | 1000101 | 11100 |
Color Harmonies of #163D79
Complementary color
Monochromatic Colors of #163D79
Black with #163D79
Text Example
Text Example
White with #163D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D79; }
p { color: rgb(22,61,121); }
H1.HeaderClassName
{
color: #163D79;
}
.AnyTagClassName
{
color: #163D79;
}
</style>
background-color css
<style>
a { background-color: #163D79; }
a { background-color: rgb(22,61,121); }
div.DivClassName
{
background-color: #163D79;
}
.BgClassName
{
background-color: #163D79;
}
</style>
border-color css
<style>
span { border-color: #163D79; }
span { border-color: rgb(22,61,121); }
td.TdClassName
{
border-color: #163D79;
}
.TagClassName
{
border-color: #163D79;
}
</style>