Shades of Cerulean Blue #164CE5
Tints of Cerulean Blue #164CE5
RGB
CMYK
RGB Variations
Color information
#164CE5 (or 0x164CE5) is known color: Cerulean Blue. HEX triplet: 16, 4C and E5. RGB value is (22,76,229). Sum of RGB (Red+Green+Blue) = 22+76+229=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #164CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CE5 is #E9B31A. Grayscale: #4C4C4C. Windows color (decimal): -15315739 or 15027222. OLE color: 15027222.
HSL color Cylindrical-coordinate representation of color #164CE5: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164CE5 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 76 | 229 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.10 |
| HSL | 224.35º | 0.82% | 0.49% | - |
| HSV(B) | 224.35º | 0.9% | 0.9% | - |
| XYZ | 17.06 | 11 | 75.35 | - |
| YUV | 77.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 229 | 0.90 | 0.67 | 0 | 0.10 | 224.35 | 0.82 | 0.49 |
| Hex | 16 | 4C | E5 | 5A | 43 | 0 | A | E0 | 52 | 31 |
| Octal | 26 | 114 | 345 | 132 | 103 | 0 | 12 | 340 | 122 | 61 |
| Binary | 10110 | 1001100 | 11100101 | 1011010 | 1000011 | 0 | 1010 | 11100000 | 1010010 | 110001 |
Color Harmonies of #164CE5
Complementary color
Monochromatic Colors of #164CE5
Black with #164CE5
Text Example
Text Example
White with #164CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CE5; }
p { color: rgb(22,76,229); }
H1.HeaderClassName
{
color: #164CE5;
}
.AnyTagClassName
{
color: #164CE5;
}
</style>
background-color css
<style>
a { background-color: #164CE5; }
a { background-color: rgb(22,76,229); }
div.DivClassName
{
background-color: #164CE5;
}
.BgClassName
{
background-color: #164CE5;
}
</style>
border-color css
<style>
span { border-color: #164CE5; }
span { border-color: rgb(22,76,229); }
td.TdClassName
{
border-color: #164CE5;
}
.TagClassName
{
border-color: #164CE5;
}
</style>