Html Css Color HEX #153EAE Egyptian Blue

📋 copy color: '#153EAE'

red 21 ◦ green 62 ◦ blue 174

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

Shades of Egyptian Blue #153EAE

Tints of Egyptian Blue #153EAE

RGB

 RED value IS 21 (8.59% from 255) = 8.17%

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 8.17%
G = 24.12%
B = 67.7%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#153EAE (or 0x153EAE) is known color: Egyptian Blue. HEX triplet: 15, 3E and AE. RGB value is (21,62,174). Sum of RGB (Red+Green+Blue) = 21+62+174=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #153EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153EAE is #EAC151. Grayscale: #3E3E3E. Windows color (decimal): -15384914 or 11419157. OLE color: 11419157.

HSL color Cylindrical-coordinate representation of color #153EAE: hue angle of 223.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153EAE is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 62 174 -
CMYK 0.88 0.64 0 0.32
HSL 223.92º 0.78% 0.38% -
HSV(B) 223.92º 0.88% 0.68% -
XYZ 9.67 6.66 40.82 -
YUV 62.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 21 62 174 0.88 0.64 0 0.32 223.92 0.78 0.38
Hex 15 3E AE 58 40 0 20 E0 4E 26
Octal 25 76 256 130 100 0 40 340 116 46
Binary 10101 111110 10101110 1011000 1000000 0 100000 11100000 1001110 100110

Color Harmonies of #153EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EAE

Black with #153EAE

Text Example


Text Example

White with #153EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153EAE; }

 p { color: rgb(21,62,174); }

 H1.HeaderClassName
 {
   color: #153EAE;
 }
 .AnyTagClassName
 {
   color: #153EAE;
 }
</style>

background-color css

<style>
 a { background-color: #153EAE; }

 a { background-color: rgb(21,62,174); }

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

border-color css

<style>
 span { border-color: #153EAE; }

 span { border-color: rgb(21,62,174); }

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