Shades of Cerulean Blue #164BC1
Tints of Cerulean Blue #164BC1
RGB
CMYK
RGB Variations
Color information
#164BC1 (or 0x164BC1) is known color: Cerulean Blue. HEX triplet: 16, 4B and C1. RGB value is (22,75,193). Sum of RGB (Red+Green+Blue) = 22+75+193=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #164BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BC1 is #E9B43E. Grayscale: #484848. Windows color (decimal): -15316031 or 12667670. OLE color: 12667670.
HSL color Cylindrical-coordinate representation of color #164BC1: hue angle of 221.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164BC1 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 75 | 193 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.24 |
| HSL | 221.4º | 0.8% | 0.42% | - |
| HSV(B) | 221.4º | 0.89% | 0.76% | - |
| XYZ | 12.47 | 9.05 | 51.54 | - |
| YUV | 72.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 193 | 0.89 | 0.61 | 0 | 0.24 | 221.4 | 0.8 | 0.42 |
| Hex | 16 | 4B | C1 | 59 | 3D | 0 | 18 | DD | 50 | 2A |
| Octal | 26 | 113 | 301 | 131 | 75 | 0 | 30 | 335 | 120 | 52 |
| Binary | 10110 | 1001011 | 11000001 | 1011001 | 111101 | 0 | 11000 | 11011101 | 1010000 | 101010 |
Color Harmonies of #164BC1
Complementary color
Monochromatic Colors of #164BC1
Black with #164BC1
Text Example
Text Example
White with #164BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BC1; }
p { color: rgb(22,75,193); }
H1.HeaderClassName
{
color: #164BC1;
}
.AnyTagClassName
{
color: #164BC1;
}
</style>
background-color css
<style>
a { background-color: #164BC1; }
a { background-color: rgb(22,75,193); }
div.DivClassName
{
background-color: #164BC1;
}
.BgClassName
{
background-color: #164BC1;
}
</style>
border-color css
<style>
span { border-color: #164BC1; }
span { border-color: rgb(22,75,193); }
td.TdClassName
{
border-color: #164BC1;
}
.TagClassName
{
border-color: #164BC1;
}
</style>