Html Css Color HEX #132A90 Egyptian Blue

📋 copy color: '#132A90'

red 19 ◦ green 42 ◦ blue 144

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

Shades of Egyptian Blue #132A90

Tints of Egyptian Blue #132A90

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.49%

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

R = 9.27%
G = 20.49%
B = 70.24%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#132A90 (or 0x132A90) is known color: Egyptian Blue. HEX triplet: 13, 2A and 90. RGB value is (19,42,144). Sum of RGB (Red+Green+Blue) = 19+42+144=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #132A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A90 is #ECD56F. Grayscale: #2E2E2E. Windows color (decimal): -15521136 or 9447955. OLE color: 9447955.

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

Color convert

RGB 19 42 144 -
CMYK 0.87 0.71 0 0.44
HSL 228.96º 0.77% 0.32% -
HSV(B) 228.96º 0.87% 0.56% -
XYZ 6.13 3.81 26.8 -
YUV 46.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 19 42 144 0.87 0.71 0 0.44 228.96 0.77 0.32
Hex 13 2A 90 57 47 0 2C E5 4D 20
Octal 23 52 220 127 107 0 54 345 115 40
Binary 10011 101010 10010000 1010111 1000111 0 101100 11100101 1001101 100000

Color Harmonies of #132A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A90

Black with #132A90

Text Example


Text Example

White with #132A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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