Shades of Dark Cerulean #163D76
Tints of Dark Cerulean #163D76
RGB
CMYK
RGB Variations
Color information
#163D76 (or 0x163D76) is known color: Dark Cerulean. HEX triplet: 16, 3D and 76. RGB value is (22,61,118). Sum of RGB (Red+Green+Blue) = 22+61+118=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #163D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D76 is #E9C289. Grayscale: #373737. Windows color (decimal): -15319690 or 7748886. OLE color: 7748886.
HSL color Cylindrical-coordinate representation of color #163D76: hue angle of 215.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163D76 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 61 | 118 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.54 |
| HSL | 215.63º | 0.69% | 0.27% | - |
| HSV(B) | 215.63º | 0.81% | 0.46% | - |
| XYZ | 5.27 | 4.82 | 17.79 | - |
| YUV | 55.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 118 | 0.81 | 0.48 | 0 | 0.54 | 215.63 | 0.69 | 0.27 |
| Hex | 16 | 3D | 76 | 51 | 30 | 0 | 36 | D8 | 45 | 1B |
| Octal | 26 | 75 | 166 | 121 | 60 | 0 | 66 | 330 | 105 | 33 |
| Binary | 10110 | 111101 | 1110110 | 1010001 | 110000 | 0 | 110110 | 11011000 | 1000101 | 11011 |
Color Harmonies of #163D76
Complementary color
Monochromatic Colors of #163D76
Black with #163D76
Text Example
Text Example
White with #163D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D76; }
p { color: rgb(22,61,118); }
H1.HeaderClassName
{
color: #163D76;
}
.AnyTagClassName
{
color: #163D76;
}
</style>
background-color css
<style>
a { background-color: #163D76; }
a { background-color: rgb(22,61,118); }
div.DivClassName
{
background-color: #163D76;
}
.BgClassName
{
background-color: #163D76;
}
</style>
border-color css
<style>
span { border-color: #163D76; }
span { border-color: rgb(22,61,118); }
td.TdClassName
{
border-color: #163D76;
}
.TagClassName
{
border-color: #163D76;
}
</style>