Html Css Color HEX #153AAE Egyptian Blue

📋 copy color: '#153AAE'

red 21 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #153AAE

Tints of Egyptian Blue #153AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

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

R = 8.3%
G = 22.92%
B = 68.77%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#153AAE (or 0x153AAE) is known color: Egyptian Blue. HEX triplet: 15, 3A and AE. RGB value is (21,58,174). Sum of RGB (Red+Green+Blue) = 21+58+174=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #153AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AAE is #EAC551. Grayscale: #3B3B3B. Windows color (decimal): -15385938 or 11418133. OLE color: 11418133.

HSL color Cylindrical-coordinate representation of color #153AAE: hue angle of 225.49º 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 #153AAE is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 58 174 -
CMYK 0.88 0.67 0 0.32
HSL 225.49º 0.78% 0.38% -
HSV(B) 225.49º 0.88% 0.68% -
XYZ 9.46 6.24 40.75 -
YUV 60.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 21 58 174 0.88 0.67 0 0.32 225.49 0.78 0.38
Hex 15 3A AE 58 43 0 20 E1 4E 26
Octal 25 72 256 130 103 0 40 341 116 46
Binary 10101 111010 10101110 1011000 1000011 0 100000 11100001 1001110 100110

Color Harmonies of #153AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AAE

Black with #153AAE

Text Example


Text Example

White with #153AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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