Html Css Color HEX #2149A0 Egyptian Blue

📋 copy color: '#2149A0'

red 33 ◦ green 73 ◦ blue 160

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

Shades of Egyptian Blue #2149A0

Tints of Egyptian Blue #2149A0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 160 (62.89% from 255) = 60.15%

R = 12.41%
G = 27.44%
B = 60.15%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2149A0 (or 0x2149A0) is known color: Egyptian Blue. HEX triplet: 21, 49 and A0. RGB value is (33,73,160). Sum of RGB (Red+Green+Blue) = 33+73+160=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #2149A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149A0 is #DEB65F. Grayscale: #464646. Windows color (decimal): -14595680 or 10504481. OLE color: 10504481.

HSL color Cylindrical-coordinate representation of color #2149A0: hue angle of 221.1º 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 #2149A0 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 73 160 -
CMYK 0.79 0.54 0 0.37
HSL 221.1º 0.66% 0.38% -
HSV(B) 221.1º 0.79% 0.63% -
XYZ 9.35 7.63 34.24 -
YUV 70.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 33 73 160 0.79 0.54 0 0.37 221.1 0.66 0.38
Hex 21 49 A0 4F 36 0 25 DD 42 26
Octal 41 111 240 117 66 0 45 335 102 46
Binary 100001 1001001 10100000 1001111 110110 0 100101 11011101 1000010 100110

Color Harmonies of #2149A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149A0

Black with #2149A0

Text Example


Text Example

White with #2149A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2149A0;
 }
 .AnyTagClassName
 {
   color: #2149A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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