Html Css Color HEX #15329F Egyptian Blue

📋 copy color: '#15329F'

red 21 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #15329F

Tints of Egyptian Blue #15329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.13%

R = 9.13%
G = 21.74%
B = 69.13%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15329F (or 0x15329F) is known color: Egyptian Blue. HEX triplet: 15, 32 and 9F. RGB value is (21,50,159). Sum of RGB (Red+Green+Blue) = 21+50+159=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #15329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15329F is #EACD60. Grayscale: #353535. Windows color (decimal): -15388001 or 10433045. OLE color: 10433045.

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

Color convert

RGB 21 50 159 -
CMYK 0.87 0.69 0 0.38
HSL 227.39º 0.77% 0.35% -
HSV(B) 227.39º 0.87% 0.62% -
XYZ 7.71 4.94 33.35 -
YUV 53.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 21 50 159 0.87 0.69 0 0.38 227.39 0.77 0.35
Hex 15 32 9F 57 45 0 26 E3 4D 23
Octal 25 62 237 127 105 0 46 343 115 43
Binary 10101 110010 10011111 1010111 1000101 0 100110 11100011 1001101 100011

Color Harmonies of #15329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15329F

Black with #15329F

Text Example


Text Example

White with #15329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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