#2126A1

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

Shades of Egyptian Blue #2126A1

Tints of Egyptian Blue #2126A1

Color information

#2126A1 (or 0x2126A1) is unknown color: approx Egyptian Blue. HEX triplet: 21, 26 and A1. RGB value is (33,38,161). Sum of RGB (Red+Green+Blue) = 33+38+161=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 161 (63.28% from 255 or 69.40% from 232); Max value from RGB is 161 - color contains mainly: blue. Hex color #2126A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2126A1 is #DED95E. Grayscale: #323232. Windows color (decimal): -14604639 or 10561057. OLE color: 10561057.

HSL color Cylindrical-coordinate representation of color #2126A1: hue angle of 237.66º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2126A1 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3338161-
CMYK0.800.7600.37
HSL237.66º65.98%38.04%-
HSV(B)237.66º79.5%63.14%-
XYZ7.754.2834.14-
YUV50.53190.34115.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 161 (63.28% from 255) = 69.40%
R=14.22%
G=16.38%
B=69.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33381610.800.7600.37237.6665.9838.04
Hex2126A1504C025ee4226
Octal414624112011404535610246
Binary10000110011010100001101000010011000100101111011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2126A1; }

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

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

<style>
 a { background-color: #2126A1; }

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

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

<style>
 span { border-color: #2126A1; }

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

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