Shades of Cerulean Blue #164BC2
Tints of Cerulean Blue #164BC2
RGB
CMYK
RGB Variations
Color information
#164BC2 (or 0x164BC2) is known color: Cerulean Blue. HEX triplet: 16, 4B and C2. RGB value is (22,75,194). Sum of RGB (Red+Green+Blue) = 22+75+194=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #164BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BC2 is #E9B43D. Grayscale: #484848. Windows color (decimal): -15316030 or 12733206. OLE color: 12733206.
HSL color Cylindrical-coordinate representation of color #164BC2: hue angle of 221.51º 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 #164BC2 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 75 | 194 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.24 |
| HSL | 221.51º | 0.8% | 0.42% | - |
| HSV(B) | 221.51º | 0.89% | 0.76% | - |
| XYZ | 12.58 | 9.1 | 52.13 | - |
| YUV | 72.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 194 | 0.89 | 0.61 | 0 | 0.24 | 221.51 | 0.8 | 0.42 |
| Hex | 16 | 4B | C2 | 59 | 3D | 0 | 18 | DE | 50 | 2A |
| Octal | 26 | 113 | 302 | 131 | 75 | 0 | 30 | 336 | 120 | 52 |
| Binary | 10110 | 1001011 | 11000010 | 1011001 | 111101 | 0 | 11000 | 11011110 | 1010000 | 101010 |
Color Harmonies of #164BC2
Complementary color
Monochromatic Colors of #164BC2
Black with #164BC2
Text Example
Text Example
White with #164BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BC2; }
p { color: rgb(22,75,194); }
H1.HeaderClassName
{
color: #164BC2;
}
.AnyTagClassName
{
color: #164BC2;
}
</style>
background-color css
<style>
a { background-color: #164BC2; }
a { background-color: rgb(22,75,194); }
div.DivClassName
{
background-color: #164BC2;
}
.BgClassName
{
background-color: #164BC2;
}
</style>
border-color css
<style>
span { border-color: #164BC2; }
span { border-color: rgb(22,75,194); }
td.TdClassName
{
border-color: #164BC2;
}
.TagClassName
{
border-color: #164BC2;
}
</style>