Html Css Color HEX #2128AA Egyptian Blue

📋 copy color: '#2128AA'

red 33 ◦ green 40 ◦ blue 170

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

Shades of Egyptian Blue #2128AA

Tints of Egyptian Blue #2128AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 170 (66.8% from 255) = 69.96%

R = 13.58%
G = 16.46%
B = 69.96%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2128AA (or 0x2128AA) is known color: Egyptian Blue. HEX triplet: 21, 28 and AA. RGB value is (33,40,170). Sum of RGB (Red+Green+Blue) = 33+40+170=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2128AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2128AA is #DED755. Grayscale: #343434. Windows color (decimal): -14604118 or 11151393. OLE color: 11151393.

HSL color Cylindrical-coordinate representation of color #2128AA: hue angle of 236.93º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2128AA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 40 170 -
CMYK 0.81 0.76 0 0.33
HSL 236.93º 0.67% 0.4% -
HSV(B) 236.93º 0.81% 0.67% -
XYZ 8.64 4.74 38.49 -
YUV 52.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 33 40 170 0.81 0.76 0 0.33 236.93 0.67 0.4
Hex 21 28 AA 51 4C 0 21 ED 43 28
Octal 41 50 252 121 114 0 41 355 103 50
Binary 100001 101000 10101010 1010001 1001100 0 100001 11101101 1000011 101000

Color Harmonies of #2128AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2128AA

Black with #2128AA

Text Example


Text Example

White with #2128AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2128AA; }

 p { color: rgb(33,40,170); }

 H1.HeaderClassName
 {
   color: #2128AA;
 }
 .AnyTagClassName
 {
   color: #2128AA;
 }
</style>

background-color css

<style>
 a { background-color: #2128AA; }

 a { background-color: rgb(33,40,170); }

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

border-color css

<style>
 span { border-color: #2128AA; }

 span { border-color: rgb(33,40,170); }

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