Shades of Dark Cerulean #164A8F
Tints of Dark Cerulean #164A8F
RGB
CMYK
RGB Variations
Color information
#164A8F (or 0x164A8F) is known color: Dark Cerulean. HEX triplet: 16, 4A and 8F. RGB value is (22,74,143). Sum of RGB (Red+Green+Blue) = 22+74+143=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #164A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164A8F is #E9B570. Grayscale: #414141. Windows color (decimal): -15316337 or 9390614. OLE color: 9390614.
HSL color Cylindrical-coordinate representation of color #164A8F: hue angle of 214.21º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164A8F is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 74 | 143 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.44 |
| HSL | 214.21º | 0.73% | 0.32% | - |
| HSV(B) | 214.21º | 0.85% | 0.56% | - |
| XYZ | 7.74 | 7.05 | 26.94 | - |
| YUV | 66.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 143 | 0.85 | 0.48 | 0 | 0.44 | 214.21 | 0.73 | 0.32 |
| Hex | 16 | 4A | 8F | 55 | 30 | 0 | 2C | D6 | 49 | 20 |
| Octal | 26 | 112 | 217 | 125 | 60 | 0 | 54 | 326 | 111 | 40 |
| Binary | 10110 | 1001010 | 10001111 | 1010101 | 110000 | 0 | 101100 | 11010110 | 1001001 | 100000 |
Color Harmonies of #164A8F
Complementary color
Monochromatic Colors of #164A8F
Black with #164A8F
Text Example
Text Example
White with #164A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A8F; }
p { color: rgb(22,74,143); }
H1.HeaderClassName
{
color: #164A8F;
}
.AnyTagClassName
{
color: #164A8F;
}
</style>
background-color css
<style>
a { background-color: #164A8F; }
a { background-color: rgb(22,74,143); }
div.DivClassName
{
background-color: #164A8F;
}
.BgClassName
{
background-color: #164A8F;
}
</style>
border-color css
<style>
span { border-color: #164A8F; }
span { border-color: rgb(22,74,143); }
td.TdClassName
{
border-color: #164A8F;
}
.TagClassName
{
border-color: #164A8F;
}
</style>