Html Css Color HEX #132695 Egyptian Blue

📋 copy color: '#132695'

red 19 ◦ green 38 ◦ blue 149

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

Shades of Egyptian Blue #132695

Tints of Egyptian Blue #132695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 9.22%
G = 18.45%
B = 72.33%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132695 (or 0x132695) is known color: Egyptian Blue. HEX triplet: 13, 26 and 95. RGB value is (19,38,149). Sum of RGB (Red+Green+Blue) = 19+38+149=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #132695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132695 is #ECD96A. Grayscale: #2C2C2C. Windows color (decimal): -15522155 or 9774611. OLE color: 9774611.

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

Color convert

RGB 19 38 149 -
CMYK 0.87 0.74 0 0.42
HSL 231.23º 0.77% 0.33% -
HSV(B) 231.23º 0.87% 0.58% -
XYZ 6.39 3.69 28.81 -
YUV 44.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 19 38 149 0.87 0.74 0 0.42 231.23 0.77 0.33
Hex 13 26 95 57 4A 0 2A E7 4D 21
Octal 23 46 225 127 112 0 52 347 115 41
Binary 10011 100110 10010101 1010111 1001010 0 101010 11100111 1001101 100001

Color Harmonies of #132695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132695

Black with #132695

Text Example


Text Example

White with #132695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132695; }

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

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

background-color css

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

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

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

border-color css

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

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

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