Html Css Color HEX #21399C Egyptian Blue

📋 copy color: '#21399C'

red 33 ◦ green 57 ◦ blue 156

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

Shades of Egyptian Blue #21399C

Tints of Egyptian Blue #21399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 13.41%
G = 23.17%
B = 63.41%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21399C (or 0x21399C) is known color: Egyptian Blue. HEX triplet: 21, 39 and 9C. RGB value is (33,57,156). Sum of RGB (Red+Green+Blue) = 33+57+156=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #21399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21399C is #DEC663. Grayscale: #3C3C3C. Windows color (decimal): -14599780 or 10238241. OLE color: 10238241.

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

Color convert

RGB 33 57 156 -
CMYK 0.79 0.63 0 0.39
HSL 228.29º 0.65% 0.37% -
HSV(B) 228.29º 0.79% 0.61% -
XYZ 8.09 5.65 32.12 -
YUV 61.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 33 57 156 0.79 0.63 0 0.39 228.29 0.65 0.37
Hex 21 39 9C 4F 3F 0 27 E4 41 25
Octal 41 71 234 117 77 0 47 344 101 45
Binary 100001 111001 10011100 1001111 111111 0 100111 11100100 1000001 100101

Color Harmonies of #21399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21399C

Black with #21399C

Text Example


Text Example

White with #21399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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