Html Css Color HEX #153196 Egyptian Blue

📋 copy color: '#153196'

red 21 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #153196

Tints of Egyptian Blue #153196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.18%

R = 9.55%
G = 22.27%
B = 68.18%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#153196 (or 0x153196) is known color: Egyptian Blue. HEX triplet: 15, 31 and 96. RGB value is (21,49,150). Sum of RGB (Red+Green+Blue) = 21+49+150=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #153196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153196 is #EACE69. Grayscale: #333333. Windows color (decimal): -15388266 or 9842965. OLE color: 9842965.

HSL color Cylindrical-coordinate representation of color #153196: hue angle of 226.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153196 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 49 150 -
CMYK 0.86 0.67 0 0.41
HSL 226.98º 0.75% 0.34% -
HSV(B) 226.98º 0.86% 0.59% -
XYZ 6.91 4.56 29.37 -
YUV 52.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 21 49 150 0.86 0.67 0 0.41 226.98 0.75 0.34
Hex 15 31 96 56 43 0 29 E3 4B 22
Octal 25 61 226 126 103 0 51 343 113 42
Binary 10101 110001 10010110 1010110 1000011 0 101001 11100011 1001011 100010

Color Harmonies of #153196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153196

Black with #153196

Text Example


Text Example

White with #153196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153196; }

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

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

background-color css

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

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

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

border-color css

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

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

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