Html Css Color HEX #132996 Egyptian Blue

📋 copy color: '#132996'

red 19 ◦ green 41 ◦ blue 150

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

Shades of Egyptian Blue #132996

Tints of Egyptian Blue #132996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

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

R = 9.05%
G = 19.52%
B = 71.43%

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

#132996 (or 0x132996) is known color: Egyptian Blue. HEX triplet: 13, 29 and 96. RGB value is (19,41,150). Sum of RGB (Red+Green+Blue) = 19+41+150=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #132996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132996 is #ECD669. Grayscale: #2E2E2E. Windows color (decimal): -15521386 or 9840915. OLE color: 9840915.

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

Color convert

RGB 19 41 150 -
CMYK 0.87 0.73 0 0.41
HSL 229.92º 0.78% 0.33% -
HSV(B) 229.92º 0.87% 0.59% -
XYZ 6.57 3.93 29.27 -
YUV 46.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 19 41 150 0.87 0.73 0 0.41 229.92 0.78 0.33
Hex 13 29 96 57 49 0 29 E6 4E 21
Octal 23 51 226 127 111 0 51 346 116 41
Binary 10011 101001 10010110 1010111 1001001 0 101001 11100110 1001110 100001

Color Harmonies of #132996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132996

Black with #132996

Text Example


Text Example

White with #132996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132996; }

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

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

background-color css

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

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

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

border-color css

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

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

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