Html Css Color HEX #153AA4 Egyptian Blue

📋 copy color: '#153AA4'

red 21 ◦ green 58 ◦ blue 164

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

Shades of Egyptian Blue #153AA4

Tints of Egyptian Blue #153AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 67.49%

R = 8.64%
G = 23.87%
B = 67.49%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#153AA4 (or 0x153AA4) is known color: Egyptian Blue. HEX triplet: 15, 3A and A4. RGB value is (21,58,164). Sum of RGB (Red+Green+Blue) = 21+58+164=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #153AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AA4 is #EAC55B. Grayscale: #3A3A3A. Windows color (decimal): -15385948 or 10762773. OLE color: 10762773.

HSL color Cylindrical-coordinate representation of color #153AA4: hue angle of 224.48º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153AA4 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 58 164 -
CMYK 0.87 0.65 0 0.36
HSL 224.48º 0.77% 0.36% -
HSV(B) 224.48º 0.87% 0.64% -
XYZ 8.52 5.87 35.8 -
YUV 59.02 187.24 100.88 -
System Red Green Blue C M Y K H S L
Decimal 21 58 164 0.87 0.65 0 0.36 224.48 0.77 0.36
Hex 15 3A A4 57 41 0 24 E0 4D 24
Octal 25 72 244 127 101 0 44 340 115 44
Binary 10101 111010 10100100 1010111 1000001 0 100100 11100000 1001101 100100

Color Harmonies of #153AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AA4

Black with #153AA4

Text Example


Text Example

White with #153AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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