Html Css Color HEX #132390 Egyptian Blue

📋 copy color: '#132390'

red 19 ◦ green 35 ◦ blue 144

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

Shades of Egyptian Blue #132390

Tints of Egyptian Blue #132390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

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

R = 9.6%
G = 17.68%
B = 72.73%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#132390 (or 0x132390) is known color: Egyptian Blue. HEX triplet: 13, 23 and 90. RGB value is (19,35,144). Sum of RGB (Red+Green+Blue) = 19+35+144=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #132390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132390 is #ECDC6F. Grayscale: #2A2A2A. Windows color (decimal): -15522928 or 9446163. OLE color: 9446163.

HSL color Cylindrical-coordinate representation of color #132390: hue angle of 232.32º 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 #132390 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 35 144 -
CMYK 0.87 0.76 0 0.44
HSL 232.32º 0.77% 0.32% -
HSV(B) 232.32º 0.87% 0.56% -
XYZ 5.9 3.35 26.72 -
YUV 42.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 19 35 144 0.87 0.76 0 0.44 232.32 0.77 0.32
Hex 13 23 90 57 4C 0 2C E8 4D 20
Octal 23 43 220 127 114 0 54 350 115 40
Binary 10011 100011 10010000 1010111 1001100 0 101100 11101000 1001101 100000

Color Harmonies of #132390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132390

Black with #132390

Text Example


Text Example

White with #132390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132390; }

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

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

background-color css

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

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

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

border-color css

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

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

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