#2145A0

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

Shades of Egyptian Blue #2145A0

Tints of Egyptian Blue #2145A0

Color information

#2145A0 (or 0x2145A0) is unknown color: approx Egyptian Blue. HEX triplet: 21, 45 and A0. RGB value is (33,69,160). Sum of RGB (Red+Green+Blue) = 33+69+160=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #2145A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2145A0 is #DEBA5F. Grayscale: #444444. Windows color (decimal): -14596704 or 10503457. OLE color: 10503457.

HSL color Cylindrical-coordinate representation of color #2145A0: hue angle of 222.99º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2145A0 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3369160-
CMYK0.790.5700.37
HSL222.99º65.8%37.84%-
HSV(B)222.99º79.37%62.75%-
XYZ9.17.1234.15-
YUV68.61179.57102.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 160 (62.89% from 255) = 61.07%
R=12.60%
G=26.34%
B=61.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33691600.790.5700.37222.9965.837.84
Hex2145A04F39025df4226
Octal411052401177104533710246
Binary10000110001011010000010011111110010100101110111111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2145A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2145A0; }

 p { color: rgb(33,69,160); }

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

<style>
 a { background-color: #2145A0; }

 a { background-color: rgb(33,69,160); }

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

<style>
 span { border-color: #2145A0; }

 span { border-color: rgb(33,69,160); }

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