Html Css Color HEX #21299C Egyptian Blue

📋 copy color: '#21299C'

red 33 ◦ green 41 ◦ blue 156

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

Shades of Egyptian Blue #21299C

Tints of Egyptian Blue #21299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 14.35%
G = 17.83%
B = 67.83%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21299C (or 0x21299C) is known color: Egyptian Blue. HEX triplet: 21, 29 and 9C. RGB value is (33,41,156). Sum of RGB (Red+Green+Blue) = 33+41+156=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #21299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21299C is #DED663. Grayscale: #333333. Windows color (decimal): -14603876 or 10234145. OLE color: 10234145.

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

Color convert

RGB 33 41 156 -
CMYK 0.79 0.74 0 0.39
HSL 236.1º 0.65% 0.37% -
HSV(B) 236.1º 0.79% 0.61% -
XYZ 7.42 4.31 31.89 -
YUV 51.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 33 41 156 0.79 0.74 0 0.39 236.1 0.65 0.37
Hex 21 29 9C 4F 4A 0 27 EC 41 25
Octal 41 51 234 117 112 0 47 354 101 45
Binary 100001 101001 10011100 1001111 1001010 0 100111 11101100 1000001 100101

Color Harmonies of #21299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21299C

Black with #21299C

Text Example


Text Example

White with #21299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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