Html Css Color HEX #132796 Egyptian Blue

📋 copy color: '#132796'

red 19 ◦ green 39 ◦ blue 150

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

Shades of Egyptian Blue #132796

Tints of Egyptian Blue #132796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 9.13%
G = 18.75%
B = 72.12%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132796 (or 0x132796) is known color: Egyptian Blue. HEX triplet: 13, 27 and 96. RGB value is (19,39,150). Sum of RGB (Red+Green+Blue) = 19+39+150=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #132796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132796 is #ECD869. Grayscale: #2D2D2D. Windows color (decimal): -15521898 or 9840403. OLE color: 9840403.

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

Color convert

RGB 19 39 150 -
CMYK 0.87 0.74 0 0.41
HSL 230.84º 0.78% 0.33% -
HSV(B) 230.84º 0.87% 0.59% -
XYZ 6.5 3.79 29.24 -
YUV 45.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 19 39 150 0.87 0.74 0 0.41 230.84 0.78 0.33
Hex 13 27 96 57 4A 0 29 E7 4E 21
Octal 23 47 226 127 112 0 51 347 116 41
Binary 10011 100111 10010110 1010111 1001010 0 101001 11100111 1001110 100001

Color Harmonies of #132796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132796

Black with #132796

Text Example


Text Example

White with #132796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132796; }

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

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

background-color css

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

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

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

border-color css

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

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

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