Html Css Color HEX #21319C Egyptian Blue

📋 copy color: '#21319C'

red 33 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #21319C

Tints of Egyptian Blue #21319C

RGB

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

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

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

R = 13.87%
G = 20.59%
B = 65.55%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21319C (or 0x21319C) is known color: Egyptian Blue. HEX triplet: 21, 31 and 9C. RGB value is (33,49,156). Sum of RGB (Red+Green+Blue) = 33+49+156=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #21319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21319C is #DECE63. Grayscale: #373737. Windows color (decimal): -14601828 or 10236193. OLE color: 10236193.

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

Color convert

RGB 33 49 156 -
CMYK 0.79 0.69 0 0.39
HSL 232.2º 0.65% 0.37% -
HSV(B) 232.2º 0.79% 0.61% -
XYZ 7.73 4.92 31.99 -
YUV 56.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 33 49 156 0.79 0.69 0 0.39 232.2 0.65 0.37
Hex 21 31 9C 4F 45 0 27 E8 41 25
Octal 41 61 234 117 105 0 47 350 101 45
Binary 100001 110001 10011100 1001111 1000101 0 100111 11101000 1000001 100101

Color Harmonies of #21319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21319C

Black with #21319C

Text Example


Text Example

White with #21319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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