Shades of Cerulean Blue #164DC0
Tints of Cerulean Blue #164DC0
RGB
CMYK
RGB Variations
Color information
#164DC0 (or 0x164DC0) is known color: Cerulean Blue. HEX triplet: 16, 4D and C0. RGB value is (22,77,192). Sum of RGB (Red+Green+Blue) = 22+77+192=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #164DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DC0 is #E9B23F. Grayscale: #494949. Windows color (decimal): -15315520 or 12602646. OLE color: 12602646.
HSL color Cylindrical-coordinate representation of color #164DC0: hue angle of 220.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164DC0 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 77 | 192 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.25 |
| HSL | 220.59º | 0.79% | 0.42% | - |
| HSV(B) | 220.59º | 0.89% | 0.75% | - |
| XYZ | 12.5 | 9.28 | 51 | - |
| YUV | 73.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 192 | 0.89 | 0.60 | 0 | 0.25 | 220.59 | 0.79 | 0.42 |
| Hex | 16 | 4D | C0 | 59 | 3C | 0 | 19 | DD | 4F | 2A |
| Octal | 26 | 115 | 300 | 131 | 74 | 0 | 31 | 335 | 117 | 52 |
| Binary | 10110 | 1001101 | 11000000 | 1011001 | 111100 | 0 | 11001 | 11011101 | 1001111 | 101010 |
Color Harmonies of #164DC0
Complementary color
Monochromatic Colors of #164DC0
Black with #164DC0
Text Example
Text Example
White with #164DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DC0; }
p { color: rgb(22,77,192); }
H1.HeaderClassName
{
color: #164DC0;
}
.AnyTagClassName
{
color: #164DC0;
}
</style>
background-color css
<style>
a { background-color: #164DC0; }
a { background-color: rgb(22,77,192); }
div.DivClassName
{
background-color: #164DC0;
}
.BgClassName
{
background-color: #164DC0;
}
</style>
border-color css
<style>
span { border-color: #164DC0; }
span { border-color: rgb(22,77,192); }
td.TdClassName
{
border-color: #164DC0;
}
.TagClassName
{
border-color: #164DC0;
}
</style>