Html Css Color HEX #2153AC Cerulean Blue

📋 copy color: '#2153AC'

red 33 ◦ green 83 ◦ blue 172

#2153AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2153AC

Tints of Cerulean Blue #2153AC

RGB

 RED value IS 33 (13.28% from 255) = 11.46%

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 11.46%
G = 28.82%
B = 59.72%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2153AC (or 0x2153AC) is known color: Cerulean Blue. HEX triplet: 21, 53 and AC. RGB value is (33,83,172). Sum of RGB (Red+Green+Blue) = 33+83+172=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #2153AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2153AC is #DEAC53. Grayscale: #4D4D4D. Windows color (decimal): -14593108 or 11293473. OLE color: 11293473.

HSL color Cylindrical-coordinate representation of color #2153AC: hue angle of 218.42º 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 #2153AC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 83 172 -
CMYK 0.81 0.52 0 0.33
HSL 218.42º 0.68% 0.4% -
HSV(B) 218.42º 0.81% 0.67% -
XYZ 11.17 9.49 40.27 -
YUV 78.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 33 83 172 0.81 0.52 0 0.33 218.42 0.68 0.4
Hex 21 53 AC 51 34 0 21 DA 44 28
Octal 41 123 254 121 64 0 41 332 104 50
Binary 100001 1010011 10101100 1010001 110100 0 100001 11011010 1000100 101000

Color Harmonies of #2153AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153AC

Black with #2153AC

Text Example


Text Example

White with #2153AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2153AC;
 }
 .AnyTagClassName
 {
   color: #2153AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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