Html Css Color HEX #21479B Egyptian Blue

📋 copy color: '#21479B'

red 33 ◦ green 71 ◦ blue 155

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

Shades of Egyptian Blue #21479B

Tints of Egyptian Blue #21479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.85%

R = 12.74%
G = 27.41%
B = 59.85%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21479B (or 0x21479B) is known color: Egyptian Blue. HEX triplet: 21, 47 and 9B. RGB value is (33,71,155). Sum of RGB (Red+Green+Blue) = 33+71+155=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #21479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21479B is #DEB864. Grayscale: #444444. Windows color (decimal): -14596197 or 10176289. OLE color: 10176289.

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

Color convert

RGB 33 71 155 -
CMYK 0.79 0.54 0 0.39
HSL 221.31º 0.65% 0.37% -
HSV(B) 221.31º 0.79% 0.61% -
XYZ 8.8 7.2 31.94 -
YUV 69.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 33 71 155 0.79 0.54 0 0.39 221.31 0.65 0.37
Hex 21 47 9B 4F 36 0 27 DD 41 25
Octal 41 107 233 117 66 0 47 335 101 45
Binary 100001 1000111 10011011 1001111 110110 0 100111 11011101 1000001 100101

Color Harmonies of #21479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21479B

Black with #21479B

Text Example


Text Example

White with #21479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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