Shades of Dark Cerulean #164D80
Tints of Dark Cerulean #164D80
RGB
CMYK
RGB Variations
Color information
#164D80 (or 0x164D80) is known color: Dark Cerulean. HEX triplet: 16, 4D and 80. RGB value is (22,77,128). Sum of RGB (Red+Green+Blue) = 22+77+128=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #164D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D80 is #E9B27F. Grayscale: #424242. Windows color (decimal): -15315584 or 8408342. OLE color: 8408342.
HSL color Cylindrical-coordinate representation of color #164D80: hue angle of 208.87º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164D80 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 77 | 128 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.50 |
| HSL | 208.87º | 0.71% | 0.29% | - |
| HSV(B) | 208.87º | 0.83% | 0.5% | - |
| XYZ | 6.88 | 7.04 | 21.42 | - |
| YUV | 66.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 128 | 0.83 | 0.40 | 0 | 0.50 | 208.87 | 0.71 | 0.29 |
| Hex | 16 | 4D | 80 | 53 | 28 | 0 | 32 | D1 | 47 | 1D |
| Octal | 26 | 115 | 200 | 123 | 50 | 0 | 62 | 321 | 107 | 35 |
| Binary | 10110 | 1001101 | 10000000 | 1010011 | 101000 | 0 | 110010 | 11010001 | 1000111 | 11101 |
Color Harmonies of #164D80
Complementary color
Monochromatic Colors of #164D80
Black with #164D80
Text Example
Text Example
White with #164D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D80; }
p { color: rgb(22,77,128); }
H1.HeaderClassName
{
color: #164D80;
}
.AnyTagClassName
{
color: #164D80;
}
</style>
background-color css
<style>
a { background-color: #164D80; }
a { background-color: rgb(22,77,128); }
div.DivClassName
{
background-color: #164D80;
}
.BgClassName
{
background-color: #164D80;
}
</style>
border-color css
<style>
span { border-color: #164D80; }
span { border-color: rgb(22,77,128); }
td.TdClassName
{
border-color: #164D80;
}
.TagClassName
{
border-color: #164D80;
}
</style>