Html Css Color HEX #132BA5 Egyptian Blue

📋 copy color: '#132BA5'

red 19 ◦ green 43 ◦ blue 165

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

Shades of Egyptian Blue #132BA5

Tints of Egyptian Blue #132BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 165 (64.84% from 255) = 72.69%

R = 8.37%
G = 18.94%
B = 72.69%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#132BA5 (or 0x132BA5) is known color: Egyptian Blue. HEX triplet: 13, 2B and A5. RGB value is (19,43,165). Sum of RGB (Red+Green+Blue) = 19+43+165=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #132BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132BA5 is #ECD45A. Grayscale: #313131. Windows color (decimal): -15520859 or 10824467. OLE color: 10824467.

HSL color Cylindrical-coordinate representation of color #132BA5: hue angle of 230.14º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132BA5 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 43 165 -
CMYK 0.88 0.74 0 0.35
HSL 230.14º 0.79% 0.36% -
HSV(B) 230.14º 0.88% 0.65% -
XYZ 7.92 4.58 36.06 -
YUV 49.73 193.05 106.08 -
System Red Green Blue C M Y K H S L
Decimal 19 43 165 0.88 0.74 0 0.35 230.14 0.79 0.36
Hex 13 2B A5 58 4A 0 23 E6 4F 24
Octal 23 53 245 130 112 0 43 346 117 44
Binary 10011 101011 10100101 1011000 1001010 0 100011 11100110 1001111 100100

Color Harmonies of #132BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BA5

Black with #132BA5

Text Example


Text Example

White with #132BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,165); }

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

background-color css

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

 a { background-color: rgb(19,43,165); }

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

border-color css

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

 span { border-color: rgb(19,43,165); }

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