Html Css Color HEX #153191 Egyptian Blue

📋 copy color: '#153191'

red 21 ◦ green 49 ◦ blue 145

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

Shades of Egyptian Blue #153191

Tints of Egyptian Blue #153191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 9.77%
G = 22.79%
B = 67.44%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153191 (or 0x153191) is known color: Egyptian Blue. HEX triplet: 15, 31 and 91. RGB value is (21,49,145). Sum of RGB (Red+Green+Blue) = 21+49+145=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #153191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153191 is #EACE6E. Grayscale: #333333. Windows color (decimal): -15388271 or 9515285. OLE color: 9515285.

HSL color Cylindrical-coordinate representation of color #153191: hue angle of 226.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153191 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 49 145 -
CMYK 0.86 0.66 0 0.43
HSL 226.45º 0.75% 0.33% -
HSV(B) 226.45º 0.86% 0.57% -
XYZ 6.52 4.4 27.29 -
YUV 51.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 21 49 145 0.86 0.66 0 0.43 226.45 0.75 0.33
Hex 15 31 91 56 42 0 2B E2 4B 21
Octal 25 61 221 126 102 0 53 342 113 41
Binary 10101 110001 10010001 1010110 1000010 0 101011 11100010 1001011 100001

Color Harmonies of #153191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153191

Black with #153191

Text Example


Text Example

White with #153191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153191; }

 p { color: rgb(21,49,145); }

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

background-color css

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

 a { background-color: rgb(21,49,145); }

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

border-color css

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

 span { border-color: rgb(21,49,145); }

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