Html Css Color HEX #153991 Egyptian Blue

📋 copy color: '#153991'

red 21 ◦ green 57 ◦ blue 145

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

Shades of Egyptian Blue #153991

Tints of Egyptian Blue #153991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 9.42%
G = 25.56%
B = 65.02%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153991 (or 0x153991) is known color: Egyptian Blue. HEX triplet: 15, 39 and 91. RGB value is (21,57,145). Sum of RGB (Red+Green+Blue) = 21+57+145=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #153991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153991 is #EAC66E. Grayscale: #373737. Windows color (decimal): -15386223 or 9517333. OLE color: 9517333.

HSL color Cylindrical-coordinate representation of color #153991: hue angle of 222.58º 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 #153991 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 57 145 -
CMYK 0.86 0.61 0 0.43
HSL 222.58º 0.75% 0.33% -
HSV(B) 222.58º 0.86% 0.57% -
XYZ 6.88 5.13 27.42 -
YUV 56.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 21 57 145 0.86 0.61 0 0.43 222.58 0.75 0.33
Hex 15 39 91 56 3D 0 2B DF 4B 21
Octal 25 71 221 126 75 0 53 337 113 41
Binary 10101 111001 10010001 1010110 111101 0 101011 11011111 1001011 100001

Color Harmonies of #153991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153991

Black with #153991

Text Example


Text Example

White with #153991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153991; }

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

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

background-color css

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

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

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

border-color css

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

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

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