Shades of Cerulean Blue #164CCC
Tints of Cerulean Blue #164CCC
RGB
CMYK
RGB Variations
Color information
#164CCC (or 0x164CCC) is known color: Cerulean Blue. HEX triplet: 16, 4C and CC. RGB value is (22,76,204). Sum of RGB (Red+Green+Blue) = 22+76+204=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #164CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CCC is #E9B333. Grayscale: #494949. Windows color (decimal): -15315764 or 13388822. OLE color: 13388822.
HSL color Cylindrical-coordinate representation of color #164CCC: hue angle of 222.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164CCC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 76 | 204 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.2 |
| HSL | 222.2º | 0.81% | 0.44% | - |
| HSV(B) | 222.2º | 0.89% | 0.8% | - |
| XYZ | 13.81 | 9.7 | 58.27 | - |
| YUV | 74.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 204 | 0.89 | 0.63 | 0 | 0.2 | 222.2 | 0.81 | 0.44 |
| Hex | 16 | 4C | CC | 59 | 3F | 0 | 14 | DE | 51 | 2C |
| Octal | 26 | 114 | 314 | 131 | 77 | 0 | 24 | 336 | 121 | 54 |
| Binary | 10110 | 1001100 | 11001100 | 1011001 | 111111 | 0 | 10100 | 11011110 | 1010001 | 101100 |
Color Harmonies of #164CCC
Complementary color
Monochromatic Colors of #164CCC
Black with #164CCC
Text Example
Text Example
White with #164CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CCC; }
p { color: rgb(22,76,204); }
H1.HeaderClassName
{
color: #164CCC;
}
.AnyTagClassName
{
color: #164CCC;
}
</style>
background-color css
<style>
a { background-color: #164CCC; }
a { background-color: rgb(22,76,204); }
div.DivClassName
{
background-color: #164CCC;
}
.BgClassName
{
background-color: #164CCC;
}
</style>
border-color css
<style>
span { border-color: #164CCC; }
span { border-color: rgb(22,76,204); }
td.TdClassName
{
border-color: #164CCC;
}
.TagClassName
{
border-color: #164CCC;
}
</style>