Shades of Dark Cerulean #163C71
Tints of Dark Cerulean #163C71
RGB
CMYK
RGB Variations
Color information
#163C71 (or 0x163C71) is known color: Dark Cerulean. HEX triplet: 16, 3C and 71. RGB value is (22,60,113). Sum of RGB (Red+Green+Blue) = 22+60+113=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #163C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C71 is #E9C38E. Grayscale: #363636. Windows color (decimal): -15319951 or 7420950. OLE color: 7420950.
HSL color Cylindrical-coordinate representation of color #163C71: hue angle of 214.95º 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 #163C71 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 60 | 113 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.56 |
| HSL | 214.95º | 0.67% | 0.26% | - |
| HSV(B) | 214.95º | 0.81% | 0.44% | - |
| XYZ | 4.93 | 4.59 | 16.25 | - |
| YUV | 54.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 113 | 0.81 | 0.47 | 0 | 0.56 | 214.95 | 0.67 | 0.26 |
| Hex | 16 | 3C | 71 | 51 | 2F | 0 | 38 | D7 | 43 | 1A |
| Octal | 26 | 74 | 161 | 121 | 57 | 0 | 70 | 327 | 103 | 32 |
| Binary | 10110 | 111100 | 1110001 | 1010001 | 101111 | 0 | 111000 | 11010111 | 1000011 | 11010 |
Color Harmonies of #163C71
Complementary color
Monochromatic Colors of #163C71
Black with #163C71
Text Example
Text Example
White with #163C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C71; }
p { color: rgb(22,60,113); }
H1.HeaderClassName
{
color: #163C71;
}
.AnyTagClassName
{
color: #163C71;
}
</style>
background-color css
<style>
a { background-color: #163C71; }
a { background-color: rgb(22,60,113); }
div.DivClassName
{
background-color: #163C71;
}
.BgClassName
{
background-color: #163C71;
}
</style>
border-color css
<style>
span { border-color: #163C71; }
span { border-color: rgb(22,60,113); }
td.TdClassName
{
border-color: #163C71;
}
.TagClassName
{
border-color: #163C71;
}
</style>