#2143A5

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

Shades of Egyptian Blue #2143A5

Tints of Egyptian Blue #2143A5

Color information

#2143A5 (or 0x2143A5) is unknown color: approx Egyptian Blue. HEX triplet: 21, 43 and A5. RGB value is (33,67,165). Sum of RGB (Red+Green+Blue) = 33+67+165=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #2143A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2143A5 is #DEBC5A. Grayscale: #434343. Windows color (decimal): -14597211 or 10830625. OLE color: 10830625.

HSL color Cylindrical-coordinate representation of color #2143A5: hue angle of 224.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2143A5 is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3367165-
CMYK0.80.5900.35
HSL224.55º66.67%38.82%-
HSV(B)224.55º80%64.71%-
XYZ9.437.0536.46-
YUV68.01182.74103.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 165 (64.84% from 255) = 62.26%
R=12.45%
G=25.28%
B=62.26%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33671650.80.5900.35224.5566.6738.82
Hex2143A5503B023e14327
Octal411032451207304334110347
Binary10000110000111010010110100001110110100011111000011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2143A5; }

 p { color: rgb(33,67,165); }

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

<style>
 a { background-color: #2143A5; }

 a { background-color: rgb(33,67,165); }

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

<style>
 span { border-color: #2143A5; }

 span { border-color: rgb(33,67,165); }

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