Html Css Color HEX #1346A0 Egyptian Blue

📋 copy color: '#1346A0'

red 19 ◦ green 70 ◦ blue 160

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

Shades of Egyptian Blue #1346A0

Tints of Egyptian Blue #1346A0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 160 (62.89% from 255) = 64.26%

R = 7.63%
G = 28.11%
B = 64.26%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1346A0 (or 0x1346A0) is known color: Egyptian Blue. HEX triplet: 13, 46 and A0. RGB value is (19,70,160). Sum of RGB (Red+Green+Blue) = 19+70+160=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 160 (62.89% from 255 or 64.26% from 249); Max value from RGB is 160 - color contains mainly: blue. Hex color #1346A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346A0 is #ECB95F. Grayscale: #404040. Windows color (decimal): -15513952 or 10503699. OLE color: 10503699.

HSL color Cylindrical-coordinate representation of color #1346A0: hue angle of 218.3º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1346A0 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 70 160 -
CMYK 0.88 0.56 0 0.37
HSL 218.3º 0.79% 0.35% -
HSV(B) 218.3º 0.88% 0.63% -
XYZ 8.8 7.06 34.16 -
YUV 65.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 19 70 160 0.88 0.56 0 0.37 218.3 0.79 0.35
Hex 13 46 A0 58 38 0 25 DA 4F 23
Octal 23 106 240 130 70 0 45 332 117 43
Binary 10011 1000110 10100000 1011000 111000 0 100101 11011010 1001111 100011

Color Harmonies of #1346A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1346A0

Black with #1346A0

Text Example


Text Example

White with #1346A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1346A0; }

 p { color: rgb(19,70,160); }

 H1.HeaderClassName
 {
   color: #1346A0;
 }
 .AnyTagClassName
 {
   color: #1346A0;
 }
</style>

background-color css

<style>
 a { background-color: #1346A0; }

 a { background-color: rgb(19,70,160); }

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

border-color css

<style>
 span { border-color: #1346A0; }

 span { border-color: rgb(19,70,160); }

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