Html Css Color HEX #153BA4 Egyptian Blue

📋 copy color: '#153BA4'

red 21 ◦ green 59 ◦ blue 164

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

Shades of Egyptian Blue #153BA4

Tints of Egyptian Blue #153BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 8.61%
G = 24.18%
B = 67.21%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#153BA4 (or 0x153BA4) is known color: Egyptian Blue. HEX triplet: 15, 3B and A4. RGB value is (21,59,164). Sum of RGB (Red+Green+Blue) = 21+59+164=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #153BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA4 is #EAC45B. Grayscale: #3B3B3B. Windows color (decimal): -15385692 or 10763029. OLE color: 10763029.

HSL color Cylindrical-coordinate representation of color #153BA4: hue angle of 224.06º 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 #153BA4 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 59 164 -
CMYK 0.87 0.64 0 0.36
HSL 224.06º 0.77% 0.36% -
HSV(B) 224.06º 0.87% 0.64% -
XYZ 8.57 5.97 35.82 -
YUV 59.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 21 59 164 0.87 0.64 0 0.36 224.06 0.77 0.36
Hex 15 3B A4 57 40 0 24 E0 4D 24
Octal 25 73 244 127 100 0 44 340 115 44
Binary 10101 111011 10100100 1010111 1000000 0 100100 11100000 1001101 100100

Color Harmonies of #153BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA4

Black with #153BA4

Text Example


Text Example

White with #153BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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