Html Css Color HEX #132395 Egyptian Blue

📋 copy color: '#132395'

red 19 ◦ green 35 ◦ blue 149

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

Shades of Egyptian Blue #132395

Tints of Egyptian Blue #132395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 9.36%
G = 17.24%
B = 73.4%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132395 (or 0x132395) is known color: Egyptian Blue. HEX triplet: 13, 23 and 95. RGB value is (19,35,149). Sum of RGB (Red+Green+Blue) = 19+35+149=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #132395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132395 is #ECDC6A. Grayscale: #2A2A2A. Windows color (decimal): -15522923 or 9773843. OLE color: 9773843.

HSL color Cylindrical-coordinate representation of color #132395: hue angle of 232.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132395 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 35 149 -
CMYK 0.87 0.77 0 0.42
HSL 232.62º 0.77% 0.33% -
HSV(B) 232.62º 0.87% 0.58% -
XYZ 6.29 3.51 28.78 -
YUV 43.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 19 35 149 0.87 0.77 0 0.42 232.62 0.77 0.33
Hex 13 23 95 57 4D 0 2A E9 4D 21
Octal 23 43 225 127 115 0 52 351 115 41
Binary 10011 100011 10010101 1010111 1001101 0 101010 11101001 1001101 100001

Color Harmonies of #132395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132395

Black with #132395

Text Example


Text Example

White with #132395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132395; }

 p { color: rgb(19,35,149); }

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

background-color css

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

 a { background-color: rgb(19,35,149); }

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

border-color css

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

 span { border-color: rgb(19,35,149); }

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