Html Css Color HEX #132693 Egyptian Blue

📋 copy color: '#132693'

red 19 ◦ green 38 ◦ blue 147

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

Shades of Egyptian Blue #132693

Tints of Egyptian Blue #132693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 72.06%

R = 9.31%
G = 18.63%
B = 72.06%

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

#132693 (or 0x132693) is known color: Egyptian Blue. HEX triplet: 13, 26 and 93. RGB value is (19,38,147). Sum of RGB (Red+Green+Blue) = 19+38+147=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #132693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132693 is #ECD96C. Grayscale: #2C2C2C. Windows color (decimal): -15522157 or 9643539. OLE color: 9643539.

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

Color convert

RGB 19 38 147 -
CMYK 0.87 0.74 0 0.42
HSL 231.09º 0.77% 0.33% -
HSV(B) 231.09º 0.87% 0.58% -
XYZ 6.23 3.63 27.98 -
YUV 44.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 19 38 147 0.87 0.74 0 0.42 231.09 0.77 0.33
Hex 13 26 93 57 4A 0 2A E7 4D 21
Octal 23 46 223 127 112 0 52 347 115 41
Binary 10011 100110 10010011 1010111 1001010 0 101010 11100111 1001101 100001

Color Harmonies of #132693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132693

Black with #132693

Text Example


Text Example

White with #132693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132693; }

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

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

background-color css

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

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

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

border-color css

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

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

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