Html Css Color HEX #132896 Egyptian Blue

📋 copy color: '#132896'

red 19 ◦ green 40 ◦ blue 150

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

Shades of Egyptian Blue #132896

Tints of Egyptian Blue #132896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 9.09%
G = 19.14%
B = 71.77%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132896 (or 0x132896) is known color: Egyptian Blue. HEX triplet: 13, 28 and 96. RGB value is (19,40,150). Sum of RGB (Red+Green+Blue) = 19+40+150=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #132896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132896 is #ECD769. Grayscale: #2D2D2D. Windows color (decimal): -15521642 or 9840659. OLE color: 9840659.

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

Color convert

RGB 19 40 150 -
CMYK 0.87 0.73 0 0.41
HSL 230.38º 0.78% 0.33% -
HSV(B) 230.38º 0.87% 0.59% -
XYZ 6.53 3.86 29.25 -
YUV 46.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 19 40 150 0.87 0.73 0 0.41 230.38 0.78 0.33
Hex 13 28 96 57 49 0 29 E6 4E 21
Octal 23 50 226 127 111 0 51 346 116 41
Binary 10011 101000 10010110 1010111 1001001 0 101001 11100110 1001110 100001

Color Harmonies of #132896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132896

Black with #132896

Text Example


Text Example

White with #132896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132896; }

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

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

background-color css

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

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

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

border-color css

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

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

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