Html Css Color HEX #132BA3 Egyptian Blue

📋 copy color: '#132BA3'

red 19 ◦ green 43 ◦ blue 163

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

Shades of Egyptian Blue #132BA3

Tints of Egyptian Blue #132BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 72.44%

R = 8.44%
G = 19.11%
B = 72.44%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#132BA3 (or 0x132BA3) is known color: Egyptian Blue. HEX triplet: 13, 2B and A3. RGB value is (19,43,163). Sum of RGB (Red+Green+Blue) = 19+43+163=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #132BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132BA3 is #ECD45C. Grayscale: #313131. Windows color (decimal): -15520861 or 10693395. OLE color: 10693395.

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

Color convert

RGB 19 43 163 -
CMYK 0.88 0.74 0 0.36
HSL 230º 0.79% 0.36% -
HSV(B) 230º 0.88% 0.64% -
XYZ 7.74 4.51 35.11 -
YUV 49.5 192.05 106.24 -
System Red Green Blue C M Y K H S L
Decimal 19 43 163 0.88 0.74 0 0.36 230 0.79 0.36
Hex 13 2B A3 58 4A 0 24 E6 4F 24
Octal 23 53 243 130 112 0 44 346 117 44
Binary 10011 101011 10100011 1011000 1001010 0 100100 11100110 1001111 100100

Color Harmonies of #132BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BA3

Black with #132BA3

Text Example


Text Example

White with #132BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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