Html Css Color HEX #132A9D Egyptian Blue

📋 copy color: '#132A9D'

red 19 ◦ green 42 ◦ blue 157

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

Shades of Egyptian Blue #132A9D

Tints of Egyptian Blue #132A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 8.72%
G = 19.27%
B = 72.02%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#132A9D (or 0x132A9D) is known color: Egyptian Blue. HEX triplet: 13, 2A and 9D. RGB value is (19,42,157). Sum of RGB (Red+Green+Blue) = 19+42+157=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #132A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A9D is #ECD562. Grayscale: #2F2F2F. Windows color (decimal): -15521123 or 10299923. OLE color: 10299923.

HSL color Cylindrical-coordinate representation of color #132A9D: hue angle of 230º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132A9D is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 42 157 -
CMYK 0.88 0.73 0 0.38
HSL 230º 0.78% 0.35% -
HSV(B) 230º 0.88% 0.62% -
XYZ 7.18 4.23 32.34 -
YUV 48.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 19 42 157 0.88 0.73 0 0.38 230 0.78 0.35
Hex 13 2A 9D 58 49 0 26 E6 4E 23
Octal 23 52 235 130 111 0 46 346 116 43
Binary 10011 101010 10011101 1011000 1001001 0 100110 11100110 1001110 100011

Color Harmonies of #132A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A9D

Black with #132A9D

Text Example


Text Example

White with #132A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A9D; }

 p { color: rgb(19,42,157); }

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

background-color css

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

 a { background-color: rgb(19,42,157); }

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

border-color css

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

 span { border-color: rgb(19,42,157); }

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