Shades of Dark Cerulean #164391
Tints of Dark Cerulean #164391
RGB
CMYK
RGB Variations
Color information
#164391 (or 0x164391) is known color: Dark Cerulean. HEX triplet: 16, 43 and 91. RGB value is (22,67,145). Sum of RGB (Red+Green+Blue) = 22+67+145=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #164391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164391 is #E9BC6E. Grayscale: #3E3E3E. Windows color (decimal): -15318127 or 9519894. OLE color: 9519894.
HSL color Cylindrical-coordinate representation of color #164391: hue angle of 218.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164391 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 67 | 145 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.43 |
| HSL | 218.05º | 0.74% | 0.33% | - |
| HSV(B) | 218.05º | 0.85% | 0.57% | - |
| XYZ | 7.45 | 6.23 | 27.6 | - |
| YUV | 62.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 145 | 0.85 | 0.54 | 0 | 0.43 | 218.05 | 0.74 | 0.33 |
| Hex | 16 | 43 | 91 | 55 | 36 | 0 | 2B | DA | 4A | 21 |
| Octal | 26 | 103 | 221 | 125 | 66 | 0 | 53 | 332 | 112 | 41 |
| Binary | 10110 | 1000011 | 10010001 | 1010101 | 110110 | 0 | 101011 | 11011010 | 1001010 | 100001 |
Color Harmonies of #164391
Complementary color
Monochromatic Colors of #164391
Black with #164391
Text Example
Text Example
White with #164391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164391; }
p { color: rgb(22,67,145); }
H1.HeaderClassName
{
color: #164391;
}
.AnyTagClassName
{
color: #164391;
}
</style>
background-color css
<style>
a { background-color: #164391; }
a { background-color: rgb(22,67,145); }
div.DivClassName
{
background-color: #164391;
}
.BgClassName
{
background-color: #164391;
}
</style>
border-color css
<style>
span { border-color: #164391; }
span { border-color: rgb(22,67,145); }
td.TdClassName
{
border-color: #164391;
}
.TagClassName
{
border-color: #164391;
}
</style>