Html Css Color HEX #1344AD Egyptian Blue

📋 copy color: '#1344AD'

red 19 ◦ green 68 ◦ blue 173

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

Shades of Egyptian Blue #1344AD

Tints of Egyptian Blue #1344AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 7.31%
G = 26.15%
B = 66.54%

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

#1344AD (or 0x1344AD) is known color: Egyptian Blue. HEX triplet: 13, 44 and AD. RGB value is (19,68,173). Sum of RGB (Red+Green+Blue) = 19+68+173=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1344AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344AD is #ECBB52. Grayscale: #404040. Windows color (decimal): -15514451 or 11355155. OLE color: 11355155.

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

Color convert

RGB 19 68 173 -
CMYK 0.89 0.61 0 0.32
HSL 220.91º 0.8% 0.38% -
HSV(B) 220.91º 0.89% 0.68% -
XYZ 9.88 7.29 40.42 -
YUV 65.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 19 68 173 0.89 0.61 0 0.32 220.91 0.8 0.38
Hex 13 44 AD 59 3D 0 20 DD 50 26
Octal 23 104 255 131 75 0 40 335 120 46
Binary 10011 1000100 10101101 1011001 111101 0 100000 11011101 1010000 100110

Color Harmonies of #1344AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1344AD

Black with #1344AD

Text Example


Text Example

White with #1344AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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