Shades of Dark Cerulean #163F76
Tints of Dark Cerulean #163F76
RGB
CMYK
RGB Variations
Color information
#163F76 (or 0x163F76) is known color: Dark Cerulean. HEX triplet: 16, 3F and 76. RGB value is (22,63,118). Sum of RGB (Red+Green+Blue) = 22+63+118=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #163F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F76 is #E9C089. Grayscale: #383838. Windows color (decimal): -15319178 or 7749398. OLE color: 7749398.
HSL color Cylindrical-coordinate representation of color #163F76: hue angle of 214.38º 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 #163F76 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 63 | 118 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.54 |
| HSL | 214.38º | 0.69% | 0.27% | - |
| HSV(B) | 214.38º | 0.81% | 0.46% | - |
| XYZ | 5.38 | 5.03 | 17.83 | - |
| YUV | 57.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 118 | 0.81 | 0.47 | 0 | 0.54 | 214.38 | 0.69 | 0.27 |
| Hex | 16 | 3F | 76 | 51 | 2F | 0 | 36 | D6 | 45 | 1B |
| Octal | 26 | 77 | 166 | 121 | 57 | 0 | 66 | 326 | 105 | 33 |
| Binary | 10110 | 111111 | 1110110 | 1010001 | 101111 | 0 | 110110 | 11010110 | 1000101 | 11011 |
Color Harmonies of #163F76
Complementary color
Monochromatic Colors of #163F76
Black with #163F76
Text Example
Text Example
White with #163F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F76; }
p { color: rgb(22,63,118); }
H1.HeaderClassName
{
color: #163F76;
}
.AnyTagClassName
{
color: #163F76;
}
</style>
background-color css
<style>
a { background-color: #163F76; }
a { background-color: rgb(22,63,118); }
div.DivClassName
{
background-color: #163F76;
}
.BgClassName
{
background-color: #163F76;
}
</style>
border-color css
<style>
span { border-color: #163F76; }
span { border-color: rgb(22,63,118); }
td.TdClassName
{
border-color: #163F76;
}
.TagClassName
{
border-color: #163F76;
}
</style>