Shades of Cerulean Blue #164BCE
Tints of Cerulean Blue #164BCE
RGB
CMYK
RGB Variations
Color information
#164BCE (or 0x164BCE) is known color: Cerulean Blue. HEX triplet: 16, 4B and CE. RGB value is (22,75,206). Sum of RGB (Red+Green+Blue) = 22+75+206=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #164BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BCE is #E9B431. Grayscale: #494949. Windows color (decimal): -15316018 or 13519638. OLE color: 13519638.
HSL color Cylindrical-coordinate representation of color #164BCE: hue angle of 222.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164BCE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 75 | 206 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.19 |
| HSL | 222.72º | 0.81% | 0.45% | - |
| HSV(B) | 222.72º | 0.89% | 0.81% | - |
| XYZ | 13.99 | 9.66 | 59.52 | - |
| YUV | 74.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 206 | 0.89 | 0.64 | 0 | 0.19 | 222.72 | 0.81 | 0.45 |
| Hex | 16 | 4B | CE | 59 | 40 | 0 | 13 | DF | 51 | 2D |
| Octal | 26 | 113 | 316 | 131 | 100 | 0 | 23 | 337 | 121 | 55 |
| Binary | 10110 | 1001011 | 11001110 | 1011001 | 1000000 | 0 | 10011 | 11011111 | 1010001 | 101101 |
Color Harmonies of #164BCE
Complementary color
Monochromatic Colors of #164BCE
Black with #164BCE
Text Example
Text Example
White with #164BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BCE; }
p { color: rgb(22,75,206); }
H1.HeaderClassName
{
color: #164BCE;
}
.AnyTagClassName
{
color: #164BCE;
}
</style>
background-color css
<style>
a { background-color: #164BCE; }
a { background-color: rgb(22,75,206); }
div.DivClassName
{
background-color: #164BCE;
}
.BgClassName
{
background-color: #164BCE;
}
</style>
border-color css
<style>
span { border-color: #164BCE; }
span { border-color: rgb(22,75,206); }
td.TdClassName
{
border-color: #164BCE;
}
.TagClassName
{
border-color: #164BCE;
}
</style>