Html Css Color HEX #21239D Egyptian Blue

📋 copy color: '#21239D'

red 33 ◦ green 35 ◦ blue 157

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

Shades of Egyptian Blue #21239D

Tints of Egyptian Blue #21239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 14.67%
G = 15.56%
B = 69.78%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21239D (or 0x21239D) is known color: Egyptian Blue. HEX triplet: 21, 23 and 9D. RGB value is (33,35,157). Sum of RGB (Red+Green+Blue) = 33+35+157=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #21239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21239D is #DEDC62. Grayscale: #2F2F2F. Windows color (decimal): -14605411 or 10298145. OLE color: 10298145.

HSL color Cylindrical-coordinate representation of color #21239D: hue angle of 239.03º 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 #21239D is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 35 157 -
CMYK 0.79 0.78 0 0.38
HSL 239.03º 0.65% 0.37% -
HSV(B) 239.03º 0.79% 0.62% -
XYZ 7.31 3.96 32.28 -
YUV 48.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 33 35 157 0.79 0.78 0 0.38 239.03 0.65 0.37
Hex 21 23 9D 4F 4E 0 26 EF 41 25
Octal 41 43 235 117 116 0 46 357 101 45
Binary 100001 100011 10011101 1001111 1001110 0 100110 11101111 1000001 100101

Color Harmonies of #21239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21239D

Black with #21239D

Text Example


Text Example

White with #21239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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