Html Css Color HEX #1345A5 Egyptian Blue

📋 copy color: '#1345A5'

red 19 ◦ green 69 ◦ blue 165

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

Shades of Egyptian Blue #1345A5

Tints of Egyptian Blue #1345A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 65.22%

R = 7.51%
G = 27.27%
B = 65.22%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1345A5 (or 0x1345A5) is known color: Egyptian Blue. HEX triplet: 13, 45 and A5. RGB value is (19,69,165). Sum of RGB (Red+Green+Blue) = 19+69+165=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 165 (64.84% from 255 or 65.22% from 253); Max value from RGB is 165 - color contains mainly: blue. Hex color #1345A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1345A5 is #ECBA5A. Grayscale: #404040. Windows color (decimal): -15514203 or 10831123. OLE color: 10831123.

HSL color Cylindrical-coordinate representation of color #1345A5: hue angle of 219.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1345A5 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 69 165 -
CMYK 0.88 0.58 0 0.35
HSL 219.45º 0.79% 0.36% -
HSV(B) 219.45º 0.88% 0.65% -
XYZ 9.19 7.11 36.49 -
YUV 64.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 19 69 165 0.88 0.58 0 0.35 219.45 0.79 0.36
Hex 13 45 A5 58 3A 0 23 DB 4F 24
Octal 23 105 245 130 72 0 43 333 117 44
Binary 10011 1000101 10100101 1011000 111010 0 100011 11011011 1001111 100100

Color Harmonies of #1345A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1345A5

Black with #1345A5

Text Example


Text Example

White with #1345A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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