Html Css Color HEX #132E96 Egyptian Blue

📋 copy color: '#132E96'

red 19 ◦ green 46 ◦ blue 150

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

Shades of Egyptian Blue #132E96

Tints of Egyptian Blue #132E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.77%

R = 8.84%
G = 21.4%
B = 69.77%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132E96 (or 0x132E96) is known color: Egyptian Blue. HEX triplet: 13, 2E and 96. RGB value is (19,46,150). Sum of RGB (Red+Green+Blue) = 19+46+150=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #132E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132E96 is #ECD169. Grayscale: #313131. Windows color (decimal): -15520106 or 9842195. OLE color: 9842195.

HSL color Cylindrical-coordinate representation of color #132E96: hue angle of 227.63º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132E96 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 46 150 -
CMYK 0.87 0.69 0 0.41
HSL 227.63º 0.78% 0.33% -
HSV(B) 227.63º 0.87% 0.59% -
XYZ 6.75 4.29 29.33 -
YUV 49.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 19 46 150 0.87 0.69 0 0.41 227.63 0.78 0.33
Hex 13 2E 96 57 45 0 29 E4 4E 21
Octal 23 56 226 127 105 0 51 344 116 41
Binary 10011 101110 10010110 1010111 1000101 0 101001 11100100 1001110 100001

Color Harmonies of #132E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E96

Black with #132E96

Text Example


Text Example

White with #132E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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