Html Css Color HEX #132995 Egyptian Blue

📋 copy color: '#132995'

red 19 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #132995

Tints of Egyptian Blue #132995

RGB

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

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

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

R = 9.09%
G = 19.62%
B = 71.29%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132995 (or 0x132995) is known color: Egyptian Blue. HEX triplet: 13, 29 and 95. RGB value is (19,41,149). Sum of RGB (Red+Green+Blue) = 19+41+149=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #132995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132995 is #ECD66A. Grayscale: #2E2E2E. Windows color (decimal): -15521387 or 9775379. OLE color: 9775379.

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

Color convert

RGB 19 41 149 -
CMYK 0.87 0.72 0 0.42
HSL 229.85º 0.77% 0.33% -
HSV(B) 229.85º 0.87% 0.58% -
XYZ 6.49 3.89 28.84 -
YUV 46.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 19 41 149 0.87 0.72 0 0.42 229.85 0.77 0.33
Hex 13 29 95 57 48 0 2A E6 4D 21
Octal 23 51 225 127 110 0 52 346 115 41
Binary 10011 101001 10010101 1010111 1001000 0 101010 11100110 1001101 100001

Color Harmonies of #132995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132995

Black with #132995

Text Example


Text Example

White with #132995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132995; }

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

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

background-color css

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

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

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

border-color css

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

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

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