Html Css Color HEX #132895 Egyptian Blue

📋 copy color: '#132895'

red 19 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #132895

Tints of Egyptian Blue #132895

RGB

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

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

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

R = 9.13%
G = 19.23%
B = 71.63%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132895 (or 0x132895) is known color: Egyptian Blue. HEX triplet: 13, 28 and 95. RGB value is (19,40,149). Sum of RGB (Red+Green+Blue) = 19+40+149=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #132895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132895 is #ECD76A. Grayscale: #2D2D2D. Windows color (decimal): -15521643 or 9775123. OLE color: 9775123.

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

Color convert

RGB 19 40 149 -
CMYK 0.87 0.73 0 0.42
HSL 230.31º 0.77% 0.33% -
HSV(B) 230.31º 0.87% 0.58% -
XYZ 6.45 3.83 28.83 -
YUV 46.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 19 40 149 0.87 0.73 0 0.42 230.31 0.77 0.33
Hex 13 28 95 57 49 0 2A E6 4D 21
Octal 23 50 225 127 111 0 52 346 115 41
Binary 10011 101000 10010101 1010111 1001001 0 101010 11100110 1001101 100001

Color Harmonies of #132895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132895

Black with #132895

Text Example


Text Example

White with #132895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132895; }

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

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

background-color css

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

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

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

border-color css

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

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

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