Shades of Dark Cerulean #164380
Tints of Dark Cerulean #164380
RGB
CMYK
RGB Variations
Color information
#164380 (or 0x164380) is known color: Dark Cerulean. HEX triplet: 16, 43 and 80. RGB value is (22,67,128). Sum of RGB (Red+Green+Blue) = 22+67+128=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #164380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164380 is #E9BC7F. Grayscale: #3C3C3C. Windows color (decimal): -15318144 or 8405782. OLE color: 8405782.
HSL color Cylindrical-coordinate representation of color #164380: hue angle of 214.53º 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 #164380 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 67 | 128 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.50 |
| HSL | 214.53º | 0.71% | 0.29% | - |
| HSV(B) | 214.53º | 0.83% | 0.5% | - |
| XYZ | 6.23 | 5.74 | 21.2 | - |
| YUV | 60.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 128 | 0.83 | 0.48 | 0 | 0.50 | 214.53 | 0.71 | 0.29 |
| Hex | 16 | 43 | 80 | 53 | 30 | 0 | 32 | D7 | 47 | 1D |
| Octal | 26 | 103 | 200 | 123 | 60 | 0 | 62 | 327 | 107 | 35 |
| Binary | 10110 | 1000011 | 10000000 | 1010011 | 110000 | 0 | 110010 | 11010111 | 1000111 | 11101 |
Color Harmonies of #164380
Complementary color
Monochromatic Colors of #164380
Black with #164380
Text Example
Text Example
White with #164380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164380; }
p { color: rgb(22,67,128); }
H1.HeaderClassName
{
color: #164380;
}
.AnyTagClassName
{
color: #164380;
}
</style>
background-color css
<style>
a { background-color: #164380; }
a { background-color: rgb(22,67,128); }
div.DivClassName
{
background-color: #164380;
}
.BgClassName
{
background-color: #164380;
}
</style>
border-color css
<style>
span { border-color: #164380; }
span { border-color: rgb(22,67,128); }
td.TdClassName
{
border-color: #164380;
}
.TagClassName
{
border-color: #164380;
}
</style>