Html Css Color HEX #21318D Egyptian Blue

📋 copy color: '#21318D'

red 33 ◦ green 49 ◦ blue 141

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

Shades of Egyptian Blue #21318D

Tints of Egyptian Blue #21318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 14.8%
G = 21.97%
B = 63.23%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21318D (or 0x21318D) is known color: Egyptian Blue. HEX triplet: 21, 31 and 8D. RGB value is (33,49,141). Sum of RGB (Red+Green+Blue) = 33+49+141=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #21318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21318D is #DECE72. Grayscale: #363636. Windows color (decimal): -14601843 or 9253153. OLE color: 9253153.

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

Color convert

RGB 33 49 141 -
CMYK 0.77 0.65 0 0.45
HSL 231.11º 0.62% 0.34% -
HSV(B) 231.11º 0.77% 0.55% -
XYZ 6.53 4.44 25.71 -
YUV 54.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 33 49 141 0.77 0.65 0 0.45 231.11 0.62 0.34
Hex 21 31 8D 4D 41 0 2D E7 3E 22
Octal 41 61 215 115 101 0 55 347 76 42
Binary 100001 110001 10001101 1001101 1000001 0 101101 11100111 111110 100010

Color Harmonies of #21318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21318D

Black with #21318D

Text Example


Text Example

White with #21318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,49,141); }

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

background-color css

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

 a { background-color: rgb(33,49,141); }

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

border-color css

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

 span { border-color: rgb(33,49,141); }

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