Shades of Cerulean Blue #164DC1
Tints of Cerulean Blue #164DC1
RGB
CMYK
RGB Variations
Color information
#164DC1 (or 0x164DC1) is known color: Cerulean Blue. HEX triplet: 16, 4D and C1. RGB value is (22,77,193). Sum of RGB (Red+Green+Blue) = 22+77+193=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #164DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DC1 is #E9B23E. Grayscale: #494949. Windows color (decimal): -15315519 or 12668182. OLE color: 12668182.
HSL color Cylindrical-coordinate representation of color #164DC1: hue angle of 220.7º 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 #164DC1 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 77 | 193 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.24 |
| HSL | 220.7º | 0.8% | 0.42% | - |
| HSV(B) | 220.7º | 0.89% | 0.76% | - |
| XYZ | 12.61 | 9.33 | 51.59 | - |
| YUV | 73.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 193 | 0.89 | 0.60 | 0 | 0.24 | 220.7 | 0.8 | 0.42 |
| Hex | 16 | 4D | C1 | 59 | 3C | 0 | 18 | DD | 50 | 2A |
| Octal | 26 | 115 | 301 | 131 | 74 | 0 | 30 | 335 | 120 | 52 |
| Binary | 10110 | 1001101 | 11000001 | 1011001 | 111100 | 0 | 11000 | 11011101 | 1010000 | 101010 |
Color Harmonies of #164DC1
Complementary color
Monochromatic Colors of #164DC1
Black with #164DC1
Text Example
Text Example
White with #164DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DC1; }
p { color: rgb(22,77,193); }
H1.HeaderClassName
{
color: #164DC1;
}
.AnyTagClassName
{
color: #164DC1;
}
</style>
background-color css
<style>
a { background-color: #164DC1; }
a { background-color: rgb(22,77,193); }
div.DivClassName
{
background-color: #164DC1;
}
.BgClassName
{
background-color: #164DC1;
}
</style>
border-color css
<style>
span { border-color: #164DC1; }
span { border-color: rgb(22,77,193); }
td.TdClassName
{
border-color: #164DC1;
}
.TagClassName
{
border-color: #164DC1;
}
</style>