Html Css Color HEX #21479D Egyptian Blue

📋 copy color: '#21479D'

red 33 ◦ green 71 ◦ blue 157

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

Shades of Egyptian Blue #21479D

Tints of Egyptian Blue #21479D

RGB

 RED value IS 33 (13.28% from 255) = 12.64%

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 12.64%
G = 27.2%
B = 60.15%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21479D (or 0x21479D) is known color: Egyptian Blue. HEX triplet: 21, 47 and 9D. RGB value is (33,71,157). Sum of RGB (Red+Green+Blue) = 33+71+157=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #21479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21479D is #DEB862. Grayscale: #454545. Windows color (decimal): -14596195 or 10307361. OLE color: 10307361.

HSL color Cylindrical-coordinate representation of color #21479D: hue angle of 221.61º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21479D is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 71 157 -
CMYK 0.79 0.55 0 0.38
HSL 221.61º 0.65% 0.37% -
HSV(B) 221.61º 0.79% 0.62% -
XYZ 8.97 7.26 32.83 -
YUV 69.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 33 71 157 0.79 0.55 0 0.38 221.61 0.65 0.37
Hex 21 47 9D 4F 37 0 26 DE 41 25
Octal 41 107 235 117 67 0 46 336 101 45
Binary 100001 1000111 10011101 1001111 110111 0 100110 11011110 1000001 100101

Color Harmonies of #21479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21479D

Black with #21479D

Text Example


Text Example

White with #21479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,71,157); }

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

background-color css

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

 a { background-color: rgb(33,71,157); }

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

border-color css

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

 span { border-color: rgb(33,71,157); }

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