Html Css Color HEX #21279C Egyptian Blue

📋 copy color: '#21279C'

red 33 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #21279C

Tints of Egyptian Blue #21279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 14.47%
G = 17.11%
B = 68.42%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21279C (or 0x21279C) is known color: Egyptian Blue. HEX triplet: 21, 27 and 9C. RGB value is (33,39,156). Sum of RGB (Red+Green+Blue) = 33+39+156=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #21279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21279C is #DED863. Grayscale: #323232. Windows color (decimal): -14604388 or 10233633. OLE color: 10233633.

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

Color convert

RGB 33 39 156 -
CMYK 0.79 0.75 0 0.39
HSL 237.07º 0.65% 0.37% -
HSV(B) 237.07º 0.79% 0.61% -
XYZ 7.35 4.17 31.87 -
YUV 50.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 33 39 156 0.79 0.75 0 0.39 237.07 0.65 0.37
Hex 21 27 9C 4F 4B 0 27 ED 41 25
Octal 41 47 234 117 113 0 47 355 101 45
Binary 100001 100111 10011100 1001111 1001011 0 100111 11101101 1000001 100101

Color Harmonies of #21279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21279C

Black with #21279C

Text Example


Text Example

White with #21279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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