Html Css Color HEX #132DA3 Egyptian Blue

📋 copy color: '#132DA3'

red 19 ◦ green 45 ◦ blue 163

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

Shades of Egyptian Blue #132DA3

Tints of Egyptian Blue #132DA3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 8.37%
G = 19.82%
B = 71.81%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#132DA3 (or 0x132DA3) is known color: Egyptian Blue. HEX triplet: 13, 2D and A3. RGB value is (19,45,163). Sum of RGB (Red+Green+Blue) = 19+45+163=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #132DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DA3 is #ECD25C. Grayscale: #323232. Windows color (decimal): -15520349 or 10693907. OLE color: 10693907.

HSL color Cylindrical-coordinate representation of color #132DA3: hue angle of 229.17º 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 #132DA3 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 45 163 -
CMYK 0.88 0.72 0 0.36
HSL 229.17º 0.79% 0.36% -
HSV(B) 229.17º 0.88% 0.64% -
XYZ 7.82 4.66 35.14 -
YUV 50.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 19 45 163 0.88 0.72 0 0.36 229.17 0.79 0.36
Hex 13 2D A3 58 48 0 24 E5 4F 24
Octal 23 55 243 130 110 0 44 345 117 44
Binary 10011 101101 10100011 1011000 1001000 0 100100 11100101 1001111 100100

Color Harmonies of #132DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DA3

Black with #132DA3

Text Example


Text Example

White with #132DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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