#21269C

Color #21269C Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #21269C

Tints of Egyptian Blue #21269C

Color information

#21269C (or 0x21269C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 26 and 9C. RGB value is (33,38,156). Sum of RGB (Red+Green+Blue) = 33+38+156=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #21269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21269C is #DED963. Grayscale: #313131. Windows color (decimal): -14604644 or 10233377. OLE color: 10233377.

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

Color convert

RGB3338156-
CMYK0.790.7600.39
HSL237.56º65.08%37.06%-
HSV(B)237.56º78.85%61.18%-
XYZ7.324.1131.86-
YUV49.96187.84115.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=14.54%
G=16.74%
B=68.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33381560.790.7600.39237.5665.0837.06
Hex21269C4F4C027ee4125
Octal414623411711404735610145
Binary10000110011010011100100111110011000100111111011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21269C;
 }
 .AnyTagClassName
 {
   color: #21269C;
 }
</style>
background-color css

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

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

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

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

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

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