Html Css Color HEX #1322AD Egyptian Blue

📋 copy color: '#1322AD'

red 19 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1322AD

Tints of Egyptian Blue #1322AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 173 (67.97% from 255) = 76.55%

R = 8.41%
G = 15.04%
B = 76.55%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1322AD (or 0x1322AD) is known color: Egyptian Blue. HEX triplet: 13, 22 and AD. RGB value is (19,34,173). Sum of RGB (Red+Green+Blue) = 19+34+173=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #1322AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1322AD is #ECDD52. Grayscale: #2C2C2C. Windows color (decimal): -15523155 or 11346451. OLE color: 11346451.

HSL color Cylindrical-coordinate representation of color #1322AD: hue angle of 234.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1322AD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 34 173 -
CMYK 0.89 0.80 0 0.32
HSL 234.16º 0.8% 0.38% -
HSV(B) 234.16º 0.89% 0.68% -
XYZ 8.38 4.3 39.92 -
YUV 45.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 19 34 173 0.89 0.80 0 0.32 234.16 0.8 0.38
Hex 13 22 AD 59 50 0 20 EA 50 26
Octal 23 42 255 131 120 0 40 352 120 46
Binary 10011 100010 10101101 1011001 1010000 0 100000 11101010 1010000 100110

Color Harmonies of #1322AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1322AD

Black with #1322AD

Text Example


Text Example

White with #1322AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1322AD; }

 p { color: rgb(19,34,173); }

 H1.HeaderClassName
 {
   color: #1322AD;
 }
 .AnyTagClassName
 {
   color: #1322AD;
 }
</style>

background-color css

<style>
 a { background-color: #1322AD; }

 a { background-color: rgb(19,34,173); }

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

border-color css

<style>
 span { border-color: #1322AD; }

 span { border-color: rgb(19,34,173); }

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