Html Css Color HEX #21479C Egyptian Blue

📋 copy color: '#21479C'

red 33 ◦ green 71 ◦ blue 156

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

Shades of Egyptian Blue #21479C

Tints of Egyptian Blue #21479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60%

R = 12.69%
G = 27.31%
B = 60%

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

#21479C (or 0x21479C) is known color: Egyptian Blue. HEX triplet: 21, 47 and 9C. RGB value is (33,71,156). Sum of RGB (Red+Green+Blue) = 33+71+156=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #21479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21479C is #DEB863. Grayscale: #444444. Windows color (decimal): -14596196 or 10241825. OLE color: 10241825.

HSL color Cylindrical-coordinate representation of color #21479C: hue angle of 221.46º 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 #21479C is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 71 156 -
CMYK 0.79 0.54 0 0.39
HSL 221.46º 0.65% 0.37% -
HSV(B) 221.46º 0.79% 0.61% -
XYZ 8.88 7.23 32.38 -
YUV 69.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 33 71 156 0.79 0.54 0 0.39 221.46 0.65 0.37
Hex 21 47 9C 4F 36 0 27 DD 41 25
Octal 41 107 234 117 66 0 47 335 101 45
Binary 100001 1000111 10011100 1001111 110110 0 100111 11011101 1000001 100101

Color Harmonies of #21479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21479C

Black with #21479C

Text Example


Text Example

White with #21479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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