Html Css Color HEX #132BAB Egyptian Blue

📋 copy color: '#132BAB'

red 19 ◦ green 43 ◦ blue 171

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

Shades of Egyptian Blue #132BAB

Tints of Egyptian Blue #132BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.39%

R = 8.15%
G = 18.45%
B = 73.39%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#132BAB (or 0x132BAB) is known color: Egyptian Blue. HEX triplet: 13, 2B and AB. RGB value is (19,43,171). Sum of RGB (Red+Green+Blue) = 19+43+171=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #132BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132BAB is #ECD454. Grayscale: #313131. Windows color (decimal): -15520853 or 11217683. OLE color: 11217683.

HSL color Cylindrical-coordinate representation of color #132BAB: hue angle of 230.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132BAB is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 43 171 -
CMYK 0.89 0.75 0 0.33
HSL 230.53º 0.8% 0.37% -
HSV(B) 230.53º 0.89% 0.67% -
XYZ 8.48 4.81 39.01 -
YUV 50.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 19 43 171 0.89 0.75 0 0.33 230.53 0.8 0.37
Hex 13 2B AB 59 4B 0 21 E7 50 25
Octal 23 53 253 131 113 0 41 347 120 45
Binary 10011 101011 10101011 1011001 1001011 0 100001 11100111 1010000 100101

Color Harmonies of #132BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BAB

Black with #132BAB

Text Example


Text Example

White with #132BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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