Shades of Cerulean Blue #164AD1
Tints of Cerulean Blue #164AD1
RGB
CMYK
RGB Variations
Color information
#164AD1 (or 0x164AD1) is known color: Cerulean Blue. HEX triplet: 16, 4A and D1. RGB value is (22,74,209). Sum of RGB (Red+Green+Blue) = 22+74+209=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #164AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD1 is #E9B52E. Grayscale: #494949. Windows color (decimal): -15316271 or 13715990. OLE color: 13715990.
HSL color Cylindrical-coordinate representation of color #164AD1: hue angle of 223.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164AD1 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 74 | 209 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.18 |
| HSL | 223.32º | 0.81% | 0.45% | - |
| HSV(B) | 223.32º | 0.89% | 0.82% | - |
| XYZ | 14.29 | 9.67 | 61.44 | - |
| YUV | 73.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 209 | 0.89 | 0.65 | 0 | 0.18 | 223.32 | 0.81 | 0.45 |
| Hex | 16 | 4A | D1 | 59 | 41 | 0 | 12 | DF | 51 | 2D |
| Octal | 26 | 112 | 321 | 131 | 101 | 0 | 22 | 337 | 121 | 55 |
| Binary | 10110 | 1001010 | 11010001 | 1011001 | 1000001 | 0 | 10010 | 11011111 | 1010001 | 101101 |
Color Harmonies of #164AD1
Complementary color
Monochromatic Colors of #164AD1
Black with #164AD1
Text Example
Text Example
White with #164AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AD1; }
p { color: rgb(22,74,209); }
H1.HeaderClassName
{
color: #164AD1;
}
.AnyTagClassName
{
color: #164AD1;
}
</style>
background-color css
<style>
a { background-color: #164AD1; }
a { background-color: rgb(22,74,209); }
div.DivClassName
{
background-color: #164AD1;
}
.BgClassName
{
background-color: #164AD1;
}
</style>
border-color css
<style>
span { border-color: #164AD1; }
span { border-color: rgb(22,74,209); }
td.TdClassName
{
border-color: #164AD1;
}
.TagClassName
{
border-color: #164AD1;
}
</style>