Html Css Color HEX #1340AD Egyptian Blue

📋 copy color: '#1340AD'

red 19 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #1340AD

Tints of Egyptian Blue #1340AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 7.42%
G = 25%
B = 67.58%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1340AD (or 0x1340AD) is known color: Egyptian Blue. HEX triplet: 13, 40 and AD. RGB value is (19,64,173). Sum of RGB (Red+Green+Blue) = 19+64+173=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #1340AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1340AD is #ECBF52. Grayscale: #3E3E3E. Windows color (decimal): -15515475 or 11354131. OLE color: 11354131.

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

Color convert

RGB 19 64 173 -
CMYK 0.89 0.63 0 0.32
HSL 222.47º 0.8% 0.38% -
HSV(B) 222.47º 0.89% 0.68% -
XYZ 9.64 6.82 40.34 -
YUV 62.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 19 64 173 0.89 0.63 0 0.32 222.47 0.8 0.38
Hex 13 40 AD 59 3F 0 20 DE 50 26
Octal 23 100 255 131 77 0 40 336 120 46
Binary 10011 1000000 10101101 1011001 111111 0 100000 11011110 1010000 100110

Color Harmonies of #1340AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340AD

Black with #1340AD

Text Example


Text Example

White with #1340AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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