Html Css Color HEX #1345AD Egyptian Blue

📋 copy color: '#1345AD'

red 19 ◦ green 69 ◦ blue 173

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

Shades of Egyptian Blue #1345AD

Tints of Egyptian Blue #1345AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 7.28%
G = 26.44%
B = 66.28%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1345AD (or 0x1345AD) is known color: Egyptian Blue. HEX triplet: 13, 45 and AD. RGB value is (19,69,173). Sum of RGB (Red+Green+Blue) = 19+69+173=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #1345AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1345AD is #ECBA52. Grayscale: #414141. Windows color (decimal): -15514195 or 11355411. OLE color: 11355411.

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

Color convert

RGB 19 69 173 -
CMYK 0.89 0.60 0 0.32
HSL 220.52º 0.8% 0.38% -
HSV(B) 220.52º 0.89% 0.68% -
XYZ 9.94 7.41 40.44 -
YUV 65.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 19 69 173 0.89 0.60 0 0.32 220.52 0.8 0.38
Hex 13 45 AD 59 3C 0 20 DD 50 26
Octal 23 105 255 131 74 0 40 335 120 46
Binary 10011 1000101 10101101 1011001 111100 0 100000 11011101 1010000 100110

Color Harmonies of #1345AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1345AD

Black with #1345AD

Text Example


Text Example

White with #1345AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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