Html Css Color HEX #132E90 Egyptian Blue

📋 copy color: '#132E90'

red 19 ◦ green 46 ◦ blue 144

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

Shades of Egyptian Blue #132E90

Tints of Egyptian Blue #132E90

RGB

 RED value IS 19 (7.81% from 255) = 9.09%

 GREEN value IS 46 (18.36% from 255) = 22.01%

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 9.09%
G = 22.01%
B = 68.9%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#132E90 (or 0x132E90) is known color: Egyptian Blue. HEX triplet: 13, 2E and 90. RGB value is (19,46,144). Sum of RGB (Red+Green+Blue) = 19+46+144=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #132E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132E90 is #ECD16F. Grayscale: #303030. Windows color (decimal): -15520112 or 9448979. OLE color: 9448979.

HSL color Cylindrical-coordinate representation of color #132E90: hue angle of 227.04º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132E90 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 46 144 -
CMYK 0.87 0.68 0 0.44
HSL 227.04º 0.77% 0.32% -
HSV(B) 227.04º 0.87% 0.56% -
XYZ 6.28 4.11 26.85 -
YUV 49.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 19 46 144 0.87 0.68 0 0.44 227.04 0.77 0.32
Hex 13 2E 90 57 44 0 2C E3 4D 20
Octal 23 56 220 127 104 0 54 343 115 40
Binary 10011 101110 10010000 1010111 1000100 0 101100 11100011 1001101 100000

Color Harmonies of #132E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E90

Black with #132E90

Text Example


Text Example

White with #132E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132E90; }

 p { color: rgb(19,46,144); }

 H1.HeaderClassName
 {
   color: #132E90;
 }
 .AnyTagClassName
 {
   color: #132E90;
 }
</style>

background-color css

<style>
 a { background-color: #132E90; }

 a { background-color: rgb(19,46,144); }

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

border-color css

<style>
 span { border-color: #132E90; }

 span { border-color: rgb(19,46,144); }

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