Shades of Cerulean Blue #2153B1
Tints of Cerulean Blue #2153B1
RGB
CMYK
RGB Variations
Color information
#2153B1 (or 0x2153B1) is known color: Cerulean Blue. HEX triplet: 21, 53 and B1. RGB value is (33,83,177). Sum of RGB (Red+Green+Blue) = 33+83+177=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #2153B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2153B1 is #DEAC4E. Grayscale: #4E4E4E. Windows color (decimal): -14593103 or 11621153. OLE color: 11621153.
HSL color Cylindrical-coordinate representation of color #2153B1: hue angle of 219.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2153B1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 83 | 177 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.31 |
| HSL | 219.17º | 0.69% | 0.41% | - |
| HSV(B) | 219.17º | 0.81% | 0.69% | - |
| XYZ | 11.66 | 9.68 | 42.85 | - |
| YUV | 78.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 177 | 0.81 | 0.53 | 0 | 0.31 | 219.17 | 0.69 | 0.41 |
| Hex | 21 | 53 | B1 | 51 | 35 | 0 | 1F | DB | 45 | 29 |
| Octal | 41 | 123 | 261 | 121 | 65 | 0 | 37 | 333 | 105 | 51 |
| Binary | 100001 | 1010011 | 10110001 | 1010001 | 110101 | 0 | 11111 | 11011011 | 1000101 | 101001 |
Color Harmonies of #2153B1
Complementary color
Monochromatic Colors of #2153B1
Black with #2153B1
Text Example
Text Example
White with #2153B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153B1; }
p { color: rgb(33,83,177); }
H1.HeaderClassName
{
color: #2153B1;
}
.AnyTagClassName
{
color: #2153B1;
}
</style>
background-color css
<style>
a { background-color: #2153B1; }
a { background-color: rgb(33,83,177); }
div.DivClassName
{
background-color: #2153B1;
}
.BgClassName
{
background-color: #2153B1;
}
</style>
border-color css
<style>
span { border-color: #2153B1; }
span { border-color: rgb(33,83,177); }
td.TdClassName
{
border-color: #2153B1;
}
.TagClassName
{
border-color: #2153B1;
}
</style>