Html Css Color HEX #21318F Egyptian Blue

📋 copy color: '#21318F'

red 33 ◦ green 49 ◦ blue 143

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

Shades of Egyptian Blue #21318F

Tints of Egyptian Blue #21318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 14.67%
G = 21.78%
B = 63.56%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21318F (or 0x21318F) is known color: Egyptian Blue. HEX triplet: 21, 31 and 8F. RGB value is (33,49,143). Sum of RGB (Red+Green+Blue) = 33+49+143=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #21318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21318F is #DECE70. Grayscale: #363636. Windows color (decimal): -14601841 or 9384225. OLE color: 9384225.

HSL color Cylindrical-coordinate representation of color #21318F: hue angle of 231.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21318F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 49 143 -
CMYK 0.77 0.66 0 0.44
HSL 231.27º 0.63% 0.35% -
HSV(B) 231.27º 0.77% 0.56% -
XYZ 6.68 4.5 26.5 -
YUV 54.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 33 49 143 0.77 0.66 0 0.44 231.27 0.63 0.35
Hex 21 31 8F 4D 42 0 2C E7 3E 23
Octal 41 61 217 115 102 0 54 347 76 43
Binary 100001 110001 10001111 1001101 1000010 0 101100 11100111 111110 100011

Color Harmonies of #21318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21318F

Black with #21318F

Text Example


Text Example

White with #21318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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