#2147A5

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

Shades of Egyptian Blue #2147A5

Tints of Egyptian Blue #2147A5

Color information

#2147A5 (or 0x2147A5) is unknown color: approx Egyptian Blue. HEX triplet: 21, 47 and A5. RGB value is (33,71,165). Sum of RGB (Red+Green+Blue) = 33+71+165=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 165 (64.84% from 255 or 61.34% from 269); Max value from RGB is 165 - color contains mainly: blue. Hex color #2147A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2147A5 is #DEB85A. Grayscale: #454545. Windows color (decimal): -14596187 or 10831649. OLE color: 10831649.

HSL color Cylindrical-coordinate representation of color #2147A5: hue angle of 222.73º 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 #2147A5 is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3371165-
CMYK0.80.5700.35
HSL222.73º66.67%38.82%-
HSV(B)222.73º80%64.71%-
XYZ9.677.5536.54-
YUV70.35181.41101.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 165 (64.84% from 255) = 61.34%
R=12.27%
G=26.39%
B=61.34%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33711650.80.5700.35222.7366.6738.82
Hex2147A55039023df4327
Octal411072451207104333710347
Binary10000110001111010010110100001110010100011110111111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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