Html Css Color HEX #15329E Egyptian Blue

📋 copy color: '#15329E'

red 21 ◦ green 50 ◦ blue 158

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

Shades of Egyptian Blue #15329E

Tints of Egyptian Blue #15329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69%

R = 9.17%
G = 21.83%
B = 69%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15329E (or 0x15329E) is known color: Egyptian Blue. HEX triplet: 15, 32 and 9E. RGB value is (21,50,158). Sum of RGB (Red+Green+Blue) = 21+50+158=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #15329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15329E is #EACD61. Grayscale: #353535. Windows color (decimal): -15388002 or 10367509. OLE color: 10367509.

HSL color Cylindrical-coordinate representation of color #15329E: hue angle of 227.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15329E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 50 158 -
CMYK 0.87 0.68 0 0.38
HSL 227.3º 0.77% 0.35% -
HSV(B) 227.3º 0.87% 0.62% -
XYZ 7.62 4.91 32.89 -
YUV 53.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 21 50 158 0.87 0.68 0 0.38 227.3 0.77 0.35
Hex 15 32 9E 57 44 0 26 E3 4D 23
Octal 25 62 236 127 104 0 46 343 115 43
Binary 10101 110010 10011110 1010111 1000100 0 100110 11100011 1001101 100011

Color Harmonies of #15329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15329E

Black with #15329E

Text Example


Text Example

White with #15329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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