Html Css Color HEX #1320AB Egyptian Blue

📋 copy color: '#1320AB'

red 19 ◦ green 32 ◦ blue 171

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

Shades of Egyptian Blue #1320AB

Tints of Egyptian Blue #1320AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 8.56%
G = 14.41%
B = 77.03%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1320AB (or 0x1320AB) is known color: Egyptian Blue. HEX triplet: 13, 20 and AB. RGB value is (19,32,171). Sum of RGB (Red+Green+Blue) = 19+32+171=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #1320AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1320AB is #ECDF54. Grayscale: #2B2B2B. Windows color (decimal): -15523669 or 11214867. OLE color: 11214867.

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

Color convert

RGB 19 32 171 -
CMYK 0.89 0.81 0 0.33
HSL 234.87º 0.8% 0.37% -
HSV(B) 234.87º 0.89% 0.67% -
XYZ 8.14 4.11 38.89 -
YUV 43.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 19 32 171 0.89 0.81 0 0.33 234.87 0.8 0.37
Hex 13 20 AB 59 51 0 21 EB 50 25
Octal 23 40 253 131 121 0 41 353 120 45
Binary 10011 100000 10101011 1011001 1010001 0 100001 11101011 1010000 100101

Color Harmonies of #1320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320AB

Black with #1320AB

Text Example


Text Example

White with #1320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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