Html Css Color HEX #1323AD Egyptian Blue

📋 copy color: '#1323AD'

red 19 ◦ green 35 ◦ blue 173

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

Shades of Egyptian Blue #1323AD

Tints of Egyptian Blue #1323AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 8.37%
G = 15.42%
B = 76.21%

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

#1323AD (or 0x1323AD) is known color: Egyptian Blue. HEX triplet: 13, 23 and AD. RGB value is (19,35,173). Sum of RGB (Red+Green+Blue) = 19+35+173=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1323AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1323AD is #ECDC52. Grayscale: #2D2D2D. Windows color (decimal): -15522899 or 11346707. OLE color: 11346707.

HSL color Cylindrical-coordinate representation of color #1323AD: hue angle of 233.77º 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 #1323AD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 35 173 -
CMYK 0.89 0.80 0 0.32
HSL 233.77º 0.8% 0.38% -
HSV(B) 233.77º 0.89% 0.68% -
XYZ 8.41 4.36 39.93 -
YUV 45.95 199.7 108.78 -
System Red Green Blue C M Y K H S L
Decimal 19 35 173 0.89 0.80 0 0.32 233.77 0.8 0.38
Hex 13 23 AD 59 50 0 20 EA 50 26
Octal 23 43 255 131 120 0 40 352 120 46
Binary 10011 100011 10101101 1011001 1010000 0 100000 11101010 1010000 100110

Color Harmonies of #1323AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323AD

Black with #1323AD

Text Example


Text Example

White with #1323AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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