Html Css Color HEX #153294 Egyptian Blue

📋 copy color: '#153294'

red 21 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #153294

Tints of Egyptian Blue #153294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 9.59%
G = 22.83%
B = 67.58%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153294 (or 0x153294) is known color: Egyptian Blue. HEX triplet: 15, 32 and 94. RGB value is (21,50,148). Sum of RGB (Red+Green+Blue) = 21+50+148=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #153294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153294 is #EACD6B. Grayscale: #343434. Windows color (decimal): -15388012 or 9712149. OLE color: 9712149.

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

Color convert

RGB 21 50 148 -
CMYK 0.86 0.66 0 0.42
HSL 226.3º 0.75% 0.33% -
HSV(B) 226.3º 0.86% 0.58% -
XYZ 6.8 4.58 28.54 -
YUV 52.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 21 50 148 0.86 0.66 0 0.42 226.3 0.75 0.33
Hex 15 32 94 56 42 0 2A E2 4B 21
Octal 25 62 224 126 102 0 52 342 113 41
Binary 10101 110010 10010100 1010110 1000010 0 101010 11100010 1001011 100001

Color Harmonies of #153294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153294

Black with #153294

Text Example


Text Example

White with #153294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153294; }

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

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

background-color css

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

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

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

border-color css

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

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

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