Html Css Color HEX #1329AB Egyptian Blue

📋 copy color: '#1329AB'

red 19 ◦ green 41 ◦ blue 171

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

Shades of Egyptian Blue #1329AB

Tints of Egyptian Blue #1329AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 8.23%
G = 17.75%
B = 74.03%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1329AB (or 0x1329AB) is known color: Egyptian Blue. HEX triplet: 13, 29 and AB. RGB value is (19,41,171). Sum of RGB (Red+Green+Blue) = 19+41+171=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #1329AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1329AB is #ECD654. Grayscale: #303030. Windows color (decimal): -15521365 or 11217171. OLE color: 11217171.

HSL color Cylindrical-coordinate representation of color #1329AB: hue angle of 231.32º 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 #1329AB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 41 171 -
CMYK 0.89 0.76 0 0.33
HSL 231.32º 0.8% 0.37% -
HSV(B) 231.32º 0.89% 0.67% -
XYZ 8.41 4.66 38.99 -
YUV 49.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 19 41 171 0.89 0.76 0 0.33 231.32 0.8 0.37
Hex 13 29 AB 59 4C 0 21 E7 50 25
Octal 23 51 253 131 114 0 41 347 120 45
Binary 10011 101001 10101011 1011001 1001100 0 100001 11100111 1010000 100101

Color Harmonies of #1329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329AB

Black with #1329AB

Text Example


Text Example

White with #1329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1329AB; }

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

 H1.HeaderClassName
 {
   color: #1329AB;
 }
 .AnyTagClassName
 {
   color: #1329AB;
 }
</style>

background-color css

<style>
 a { background-color: #1329AB; }

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

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

border-color css

<style>
 span { border-color: #1329AB; }

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

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