Shades of Dark Cerulean #164D8B
Tints of Dark Cerulean #164D8B
RGB
CMYK
RGB Variations
Color information
#164D8B (or 0x164D8B) is known color: Dark Cerulean. HEX triplet: 16, 4D and 8B. RGB value is (22,77,139). Sum of RGB (Red+Green+Blue) = 22+77+139=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #164D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D8B is #E9B274. Grayscale: #434343. Windows color (decimal): -15315573 or 9129238. OLE color: 9129238.
HSL color Cylindrical-coordinate representation of color #164D8B: hue angle of 211.79º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164D8B is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 77 | 139 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.45 |
| HSL | 211.79º | 0.73% | 0.32% | - |
| HSV(B) | 211.79º | 0.84% | 0.55% | - |
| XYZ | 7.64 | 7.34 | 25.44 | - |
| YUV | 67.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 139 | 0.84 | 0.45 | 0 | 0.45 | 211.79 | 0.73 | 0.32 |
| Hex | 16 | 4D | 8B | 54 | 2D | 0 | 2D | D4 | 49 | 20 |
| Octal | 26 | 115 | 213 | 124 | 55 | 0 | 55 | 324 | 111 | 40 |
| Binary | 10110 | 1001101 | 10001011 | 1010100 | 101101 | 0 | 101101 | 11010100 | 1001001 | 100000 |
Color Harmonies of #164D8B
Complementary color
Monochromatic Colors of #164D8B
Black with #164D8B
Text Example
Text Example
White with #164D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D8B; }
p { color: rgb(22,77,139); }
H1.HeaderClassName
{
color: #164D8B;
}
.AnyTagClassName
{
color: #164D8B;
}
</style>
background-color css
<style>
a { background-color: #164D8B; }
a { background-color: rgb(22,77,139); }
div.DivClassName
{
background-color: #164D8B;
}
.BgClassName
{
background-color: #164D8B;
}
</style>
border-color css
<style>
span { border-color: #164D8B; }
span { border-color: rgb(22,77,139); }
td.TdClassName
{
border-color: #164D8B;
}
.TagClassName
{
border-color: #164D8B;
}
</style>