Html Css Color HEX #1343AD Egyptian Blue

📋 copy color: '#1343AD'

red 19 ◦ green 67 ◦ blue 173

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

Shades of Egyptian Blue #1343AD

Tints of Egyptian Blue #1343AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 7.34%
G = 25.87%
B = 66.8%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1343AD (or 0x1343AD) is known color: Egyptian Blue. HEX triplet: 13, 43 and AD. RGB value is (19,67,173). Sum of RGB (Red+Green+Blue) = 19+67+173=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #1343AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1343AD is #ECBC52. Grayscale: #404040. Windows color (decimal): -15514707 or 11354899. OLE color: 11354899.

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

Color convert

RGB 19 67 173 -
CMYK 0.89 0.61 0 0.32
HSL 221.3º 0.8% 0.38% -
HSV(B) 221.3º 0.89% 0.68% -
XYZ 9.82 7.17 40.4 -
YUV 64.73 189.1 95.38 -
System Red Green Blue C M Y K H S L
Decimal 19 67 173 0.89 0.61 0 0.32 221.3 0.8 0.38
Hex 13 43 AD 59 3D 0 20 DD 50 26
Octal 23 103 255 131 75 0 40 335 120 46
Binary 10011 1000011 10101101 1011001 111101 0 100000 11011101 1010000 100110

Color Harmonies of #1343AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343AD

Black with #1343AD

Text Example


Text Example

White with #1343AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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