#2153ab

Color #2153AB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2153AB

Tints of Cerulean Blue #2153AB

Color information

#2153AB (or 0x2153AB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 53 and AB. RGB value is (33,83,171). Sum of RGB (Red+Green+Blue) = 33+83+171=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #2153AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2153AB is #DEAC54. Grayscale: #4D4D4D. Windows color (decimal): -14593109 or 11227937. OLE color: 11227937.

HSL color Cylindrical-coordinate representation of color #2153AB: hue angle of 218.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2153AB is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3383171-
CMYK0.810.5100.33
HSL218.26º67.65%40%-
HSV(B)218.26º80.7%67.06%-
XYZ11.079.4539.77-
YUV78.08180.4495.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=11.50%
G=28.92%
B=59.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33831710.810.5100.33218.2667.6540
Hex2153AB5133021da4428
Octal411232531216304133210450
Binary10000110100111010101110100011100110100001110110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2153ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2153ab; }

 p { color: rgb(33,83,171); }

 H1.HeaderClassName
 {
   color: #2153ab;
 }
 .AnyTagClassName
 {
   color: #2153ab;
 }
</style>
background-color css

<style>
 a { background-color: #2153ab; }

 a { background-color: rgb(33,83,171); }

 div.DivClassName
 {
   background-color: #2153ab;
 }
 .BgClassName
 {
   background-color: #2153ab;
 }
</style>
border-color css

<style>
 span { border-color: #2153ab; }

 span { border-color: rgb(33,83,171); }

 td.TdClassName
 {
   border-color: #2153ab;
 }
 .TagClassName
 {
   border-color: #2153ab;
 }
</style>