Shades of Cerulean Blue #2159C1
Tints of Cerulean Blue #2159C1
RGB
CMYK
RGB Variations
Color information
#2159C1 (or 0x2159C1) is known color: Cerulean Blue. HEX triplet: 21, 59 and C1. RGB value is (33,89,193). Sum of RGB (Red+Green+Blue) = 33+89+193=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #2159C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159C1 is #DEA63E. Grayscale: #535353. Windows color (decimal): -14591551 or 12671265. OLE color: 12671265.
HSL color Cylindrical-coordinate representation of color #2159C1: hue angle of 219º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2159C1 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 89 | 193 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.24 |
| HSL | 219º | 0.71% | 0.44% | - |
| HSV(B) | 219º | 0.83% | 0.76% | - |
| XYZ | 13.83 | 11.32 | 51.91 | - |
| YUV | 84.11 | 189.45 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 193 | 0.83 | 0.54 | 0 | 0.24 | 219 | 0.71 | 0.44 |
| Hex | 21 | 59 | C1 | 53 | 36 | 0 | 18 | DB | 47 | 2C |
| Octal | 41 | 131 | 301 | 123 | 66 | 0 | 30 | 333 | 107 | 54 |
| Binary | 100001 | 1011001 | 11000001 | 1010011 | 110110 | 0 | 11000 | 11011011 | 1000111 | 101100 |
Color Harmonies of #2159C1
Complementary color
Monochromatic Colors of #2159C1
Black with #2159C1
Text Example
Text Example
White with #2159C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159C1; }
p { color: rgb(33,89,193); }
H1.HeaderClassName
{
color: #2159C1;
}
.AnyTagClassName
{
color: #2159C1;
}
</style>
background-color css
<style>
a { background-color: #2159C1; }
a { background-color: rgb(33,89,193); }
div.DivClassName
{
background-color: #2159C1;
}
.BgClassName
{
background-color: #2159C1;
}
</style>
border-color css
<style>
span { border-color: #2159C1; }
span { border-color: rgb(33,89,193); }
td.TdClassName
{
border-color: #2159C1;
}
.TagClassName
{
border-color: #2159C1;
}
</style>