Shades of Dark Cerulean #164390
Tints of Dark Cerulean #164390
RGB
CMYK
RGB Variations
Color information
#164390 (or 0x164390) is known color: Dark Cerulean. HEX triplet: 16, 43 and 90. RGB value is (22,67,144). Sum of RGB (Red+Green+Blue) = 22+67+144=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #164390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164390 is #E9BC6F. Grayscale: #3D3D3D. Windows color (decimal): -15318128 or 9454358. OLE color: 9454358.
HSL color Cylindrical-coordinate representation of color #164390: hue angle of 217.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164390 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 67 | 144 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.44 |
| HSL | 217.87º | 0.73% | 0.33% | - |
| HSV(B) | 217.87º | 0.85% | 0.56% | - |
| XYZ | 7.37 | 6.2 | 27.19 | - |
| YUV | 62.32 | 174.09 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 144 | 0.85 | 0.53 | 0 | 0.44 | 217.87 | 0.73 | 0.33 |
| Hex | 16 | 43 | 90 | 55 | 35 | 0 | 2C | DA | 49 | 21 |
| Octal | 26 | 103 | 220 | 125 | 65 | 0 | 54 | 332 | 111 | 41 |
| Binary | 10110 | 1000011 | 10010000 | 1010101 | 110101 | 0 | 101100 | 11011010 | 1001001 | 100001 |
Color Harmonies of #164390
Complementary color
Monochromatic Colors of #164390
Black with #164390
Text Example
Text Example
White with #164390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164390; }
p { color: rgb(22,67,144); }
H1.HeaderClassName
{
color: #164390;
}
.AnyTagClassName
{
color: #164390;
}
</style>
background-color css
<style>
a { background-color: #164390; }
a { background-color: rgb(22,67,144); }
div.DivClassName
{
background-color: #164390;
}
.BgClassName
{
background-color: #164390;
}
</style>
border-color css
<style>
span { border-color: #164390; }
span { border-color: rgb(22,67,144); }
td.TdClassName
{
border-color: #164390;
}
.TagClassName
{
border-color: #164390;
}
</style>