Shades of Dark Cerulean #164682
Tints of Dark Cerulean #164682
RGB
CMYK
RGB Variations
Color information
#164682 (or 0x164682) is known color: Dark Cerulean. HEX triplet: 16, 46 and 82. RGB value is (22,70,130). Sum of RGB (Red+Green+Blue) = 22+70+130=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #164682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164682 is #E9B97D. Grayscale: #3E3E3E. Windows color (decimal): -15317374 or 8537622. OLE color: 8537622.
HSL color Cylindrical-coordinate representation of color #164682: hue angle of 213.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164682 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 70 | 130 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.49 |
| HSL | 213.33º | 0.71% | 0.3% | - |
| HSV(B) | 213.33º | 0.83% | 0.51% | - |
| XYZ | 6.55 | 6.16 | 21.96 | - |
| YUV | 62.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 130 | 0.83 | 0.46 | 0 | 0.49 | 213.33 | 0.71 | 0.3 |
| Hex | 16 | 46 | 82 | 53 | 2E | 0 | 31 | D5 | 47 | 1E |
| Octal | 26 | 106 | 202 | 123 | 56 | 0 | 61 | 325 | 107 | 36 |
| Binary | 10110 | 1000110 | 10000010 | 1010011 | 101110 | 0 | 110001 | 11010101 | 1000111 | 11110 |
Color Harmonies of #164682
Complementary color
Monochromatic Colors of #164682
Black with #164682
Text Example
Text Example
White with #164682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164682; }
p { color: rgb(22,70,130); }
H1.HeaderClassName
{
color: #164682;
}
.AnyTagClassName
{
color: #164682;
}
</style>
background-color css
<style>
a { background-color: #164682; }
a { background-color: rgb(22,70,130); }
div.DivClassName
{
background-color: #164682;
}
.BgClassName
{
background-color: #164682;
}
</style>
border-color css
<style>
span { border-color: #164682; }
span { border-color: rgb(22,70,130); }
td.TdClassName
{
border-color: #164682;
}
.TagClassName
{
border-color: #164682;
}
</style>