Html Css Color HEX #15219F Egyptian Blue

📋 copy color: '#15219F'

red 21 ◦ green 33 ◦ blue 159

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

Shades of Egyptian Blue #15219F

Tints of Egyptian Blue #15219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 9.86%
G = 15.49%
B = 74.65%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15219F (or 0x15219F) is known color: Egyptian Blue. HEX triplet: 15, 21 and 9F. RGB value is (21,33,159). Sum of RGB (Red+Green+Blue) = 21+33+159=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #15219F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15219F is #EADE60. Grayscale: #2B2B2B. Windows color (decimal): -15392353 or 10428693. OLE color: 10428693.

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

Color convert

RGB 21 33 159 -
CMYK 0.87 0.79 0 0.38
HSL 234.78º 0.77% 0.35% -
HSV(B) 234.78º 0.87% 0.62% -
XYZ 7.11 3.75 33.15 -
YUV 43.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 21 33 159 0.87 0.79 0 0.38 234.78 0.77 0.35
Hex 15 21 9F 57 4F 0 26 EB 4D 23
Octal 25 41 237 127 117 0 46 353 115 43
Binary 10101 100001 10011111 1010111 1001111 0 100110 11101011 1001101 100011

Color Harmonies of #15219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15219F

Black with #15219F

Text Example


Text Example

White with #15219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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