Html Css Color HEX #153195 Egyptian Blue

📋 copy color: '#153195'

red 21 ◦ green 49 ◦ blue 149

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

Shades of Egyptian Blue #153195

Tints of Egyptian Blue #153195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 9.59%
G = 22.37%
B = 68.04%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153195 (or 0x153195) is known color: Egyptian Blue. HEX triplet: 15, 31 and 95. RGB value is (21,49,149). Sum of RGB (Red+Green+Blue) = 21+49+149=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #153195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153195 is #EACE6A. Grayscale: #333333. Windows color (decimal): -15388267 or 9777429. OLE color: 9777429.

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

Color convert

RGB 21 49 149 -
CMYK 0.86 0.67 0 0.42
HSL 226.88º 0.75% 0.33% -
HSV(B) 226.88º 0.86% 0.58% -
XYZ 6.83 4.53 28.95 -
YUV 52.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 21 49 149 0.86 0.67 0 0.42 226.88 0.75 0.33
Hex 15 31 95 56 43 0 2A E3 4B 21
Octal 25 61 225 126 103 0 52 343 113 41
Binary 10101 110001 10010101 1010110 1000011 0 101010 11100011 1001011 100001

Color Harmonies of #153195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153195

Black with #153195

Text Example


Text Example

White with #153195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153195; }

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

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

background-color css

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

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

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

border-color css

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

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

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