Html Css Color HEX #1328A9 Egyptian Blue

📋 copy color: '#1328A9'

red 19 ◦ green 40 ◦ blue 169

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

Shades of Egyptian Blue #1328A9

Tints of Egyptian Blue #1328A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 169 (66.41% from 255) = 74.12%

R = 8.33%
G = 17.54%
B = 74.12%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1328A9 (or 0x1328A9) is known color: Egyptian Blue. HEX triplet: 13, 28 and A9. RGB value is (19,40,169). Sum of RGB (Red+Green+Blue) = 19+40+169=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 169 (66.41% from 255 or 74.12% from 228); Max value from RGB is 169 - color contains mainly: blue. Hex color #1328A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1328A9 is #ECD756. Grayscale: #2F2F2F. Windows color (decimal): -15521623 or 11085843. OLE color: 11085843.

HSL color Cylindrical-coordinate representation of color #1328A9: hue angle of 231.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1328A9 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 40 169 -
CMYK 0.89 0.76 0 0.34
HSL 231.6º 0.8% 0.37% -
HSV(B) 231.6º 0.89% 0.66% -
XYZ 8.19 4.52 37.98 -
YUV 48.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 19 40 169 0.89 0.76 0 0.34 231.6 0.8 0.37
Hex 13 28 A9 59 4C 0 22 E8 50 25
Octal 23 50 251 131 114 0 42 350 120 45
Binary 10011 101000 10101001 1011001 1001100 0 100010 11101000 1010000 100101

Color Harmonies of #1328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328A9

Black with #1328A9

Text Example


Text Example

White with #1328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1328A9; }

 p { color: rgb(19,40,169); }

 H1.HeaderClassName
 {
   color: #1328A9;
 }
 .AnyTagClassName
 {
   color: #1328A9;
 }
</style>

background-color css

<style>
 a { background-color: #1328A9; }

 a { background-color: rgb(19,40,169); }

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

border-color css

<style>
 span { border-color: #1328A9; }

 span { border-color: rgb(19,40,169); }

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