Html Css Color HEX #15329D Egyptian Blue

📋 copy color: '#15329D'

red 21 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #15329D

Tints of Egyptian Blue #15329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.86%

R = 9.21%
G = 21.93%
B = 68.86%

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

#15329D (or 0x15329D) is known color: Egyptian Blue. HEX triplet: 15, 32 and 9D. RGB value is (21,50,157). Sum of RGB (Red+Green+Blue) = 21+50+157=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #15329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15329D is #EACD62. Grayscale: #353535. Windows color (decimal): -15388003 or 10301973. OLE color: 10301973.

HSL color Cylindrical-coordinate representation of color #15329D: hue angle of 227.21º degrees, saturation: 0.76, 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 #15329D is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 50 157 -
CMYK 0.87 0.68 0 0.38
HSL 227.21º 0.76% 0.35% -
HSV(B) 227.21º 0.87% 0.62% -
XYZ 7.54 4.87 32.44 -
YUV 53.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 21 50 157 0.87 0.68 0 0.38 227.21 0.76 0.35
Hex 15 32 9D 57 44 0 26 E3 4C 23
Octal 25 62 235 127 104 0 46 343 114 43
Binary 10101 110010 10011101 1010111 1000100 0 100110 11100011 1001100 100011

Color Harmonies of #15329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15329D

Black with #15329D

Text Example


Text Example

White with #15329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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