Html Css Color HEX #153292 Egyptian Blue

📋 copy color: '#153292'

red 21 ◦ green 50 ◦ blue 146

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

Shades of Egyptian Blue #153292

Tints of Egyptian Blue #153292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 9.68%
G = 23.04%
B = 67.28%

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

#153292 (or 0x153292) is known color: Egyptian Blue. HEX triplet: 15, 32 and 92. RGB value is (21,50,146). Sum of RGB (Red+Green+Blue) = 21+50+146=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #153292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153292 is #EACD6D. Grayscale: #333333. Windows color (decimal): -15388014 or 9581077. OLE color: 9581077.

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

Color convert

RGB 21 50 146 -
CMYK 0.86 0.66 0 0.43
HSL 226.08º 0.75% 0.33% -
HSV(B) 226.08º 0.86% 0.57% -
XYZ 6.64 4.52 27.72 -
YUV 52.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 21 50 146 0.86 0.66 0 0.43 226.08 0.75 0.33
Hex 15 32 92 56 42 0 2B E2 4B 21
Octal 25 62 222 126 102 0 53 342 113 41
Binary 10101 110010 10010010 1010110 1000010 0 101011 11100010 1001011 100001

Color Harmonies of #153292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153292

Black with #153292

Text Example


Text Example

White with #153292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153292; }

 p { color: rgb(21,50,146); }

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

background-color css

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

 a { background-color: rgb(21,50,146); }

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

border-color css

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

 span { border-color: rgb(21,50,146); }

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