Shades of Cerulean Blue #164BCC
Tints of Cerulean Blue #164BCC
RGB
CMYK
RGB Variations
Color information
#164BCC (or 0x164BCC) is known color: Cerulean Blue. HEX triplet: 16, 4B and CC. RGB value is (22,75,204). Sum of RGB (Red+Green+Blue) = 22+75+204=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #164BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BCC is #E9B433. Grayscale: #494949. Windows color (decimal): -15316020 or 13388566. OLE color: 13388566.
HSL color Cylindrical-coordinate representation of color #164BCC: hue angle of 222.53º 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 #164BCC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 75 | 204 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.2 |
| HSL | 222.53º | 0.81% | 0.44% | - |
| HSV(B) | 222.53º | 0.89% | 0.8% | - |
| XYZ | 13.75 | 9.56 | 58.25 | - |
| YUV | 73.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 204 | 0.89 | 0.63 | 0 | 0.2 | 222.53 | 0.81 | 0.44 |
| Hex | 16 | 4B | CC | 59 | 3F | 0 | 14 | DF | 51 | 2C |
| Octal | 26 | 113 | 314 | 131 | 77 | 0 | 24 | 337 | 121 | 54 |
| Binary | 10110 | 1001011 | 11001100 | 1011001 | 111111 | 0 | 10100 | 11011111 | 1010001 | 101100 |
Color Harmonies of #164BCC
Complementary color
Monochromatic Colors of #164BCC
Black with #164BCC
Text Example
Text Example
White with #164BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BCC; }
p { color: rgb(22,75,204); }
H1.HeaderClassName
{
color: #164BCC;
}
.AnyTagClassName
{
color: #164BCC;
}
</style>
background-color css
<style>
a { background-color: #164BCC; }
a { background-color: rgb(22,75,204); }
div.DivClassName
{
background-color: #164BCC;
}
.BgClassName
{
background-color: #164BCC;
}
</style>
border-color css
<style>
span { border-color: #164BCC; }
span { border-color: rgb(22,75,204); }
td.TdClassName
{
border-color: #164BCC;
}
.TagClassName
{
border-color: #164BCC;
}
</style>