Html Css Color HEX #1E53AB Cerulean Blue

📋 copy color: '#1E53AB'

red 30 ◦ green 83 ◦ blue 171

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

Shades of Cerulean Blue #1E53AB

Tints of Cerulean Blue #1E53AB

RGB

 RED value IS 30 (12.11% from 255) = 10.56%

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 10.56%
G = 29.23%
B = 60.21%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E53AB (or 0x1E53AB) is known color: Cerulean Blue. HEX triplet: 1E, 53 and AB. RGB value is (30,83,171). Sum of RGB (Red+Green+Blue) = 30+83+171=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E53AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E53AB is #E1AC54. Grayscale: #4C4C4C. Windows color (decimal): -14789717 or 11227934. OLE color: 11227934.

HSL color Cylindrical-coordinate representation of color #1E53AB: hue angle of 217.45º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E53AB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 83 171 -
CMYK 0.82 0.51 0 0.33
HSL 217.45º 0.7% 0.39% -
HSV(B) 217.45º 0.82% 0.67% -
XYZ 10.98 9.4 39.76 -
YUV 77.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 30 83 171 0.82 0.51 0 0.33 217.45 0.7 0.39
Hex 1E 53 AB 52 33 0 21 D9 46 27
Octal 36 123 253 122 63 0 41 331 106 47
Binary 11110 1010011 10101011 1010010 110011 0 100001 11011001 1000110 100111

Color Harmonies of #1E53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E53AB

Black with #1E53AB

Text Example


Text Example

White with #1E53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E53AB; }

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

 H1.HeaderClassName
 {
   color: #1E53AB;
 }
 .AnyTagClassName
 {
   color: #1E53AB;
 }
</style>

background-color css

<style>
 a { background-color: #1E53AB; }

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

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

border-color css

<style>
 span { border-color: #1E53AB; }

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

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