Shades of Dark Cerulean #163F71
Tints of Dark Cerulean #163F71
RGB
CMYK
RGB Variations
Color information
#163F71 (or 0x163F71) is known color: Dark Cerulean. HEX triplet: 16, 3F and 71. RGB value is (22,63,113). Sum of RGB (Red+Green+Blue) = 22+63+113=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #163F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F71 is #E9C08E. Grayscale: #383838. Windows color (decimal): -15319183 or 7421718. OLE color: 7421718.
HSL color Cylindrical-coordinate representation of color #163F71: hue angle of 212.97º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163F71 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 63 | 113 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.56 |
| HSL | 212.97º | 0.67% | 0.26% | - |
| HSV(B) | 212.97º | 0.81% | 0.44% | - |
| XYZ | 5.09 | 4.92 | 16.3 | - |
| YUV | 56.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 113 | 0.81 | 0.44 | 0 | 0.56 | 212.97 | 0.67 | 0.26 |
| Hex | 16 | 3F | 71 | 51 | 2C | 0 | 38 | D5 | 43 | 1A |
| Octal | 26 | 77 | 161 | 121 | 54 | 0 | 70 | 325 | 103 | 32 |
| Binary | 10110 | 111111 | 1110001 | 1010001 | 101100 | 0 | 111000 | 11010101 | 1000011 | 11010 |
Color Harmonies of #163F71
Complementary color
Monochromatic Colors of #163F71
Black with #163F71
Text Example
Text Example
White with #163F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F71; }
p { color: rgb(22,63,113); }
H1.HeaderClassName
{
color: #163F71;
}
.AnyTagClassName
{
color: #163F71;
}
</style>
background-color css
<style>
a { background-color: #163F71; }
a { background-color: rgb(22,63,113); }
div.DivClassName
{
background-color: #163F71;
}
.BgClassName
{
background-color: #163F71;
}
</style>
border-color css
<style>
span { border-color: #163F71; }
span { border-color: rgb(22,63,113); }
td.TdClassName
{
border-color: #163F71;
}
.TagClassName
{
border-color: #163F71;
}
</style>