Html Css Color HEX #1342AE Egyptian Blue

📋 copy color: '#1342AE'

red 19 ◦ green 66 ◦ blue 174

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

Shades of Egyptian Blue #1342AE

Tints of Egyptian Blue #1342AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 7.34%
G = 25.48%
B = 67.18%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1342AE (or 0x1342AE) is known color: Egyptian Blue. HEX triplet: 13, 42 and AE. RGB value is (19,66,174). Sum of RGB (Red+Green+Blue) = 19+66+174=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1342AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1342AE is #ECBD51. Grayscale: #3F3F3F. Windows color (decimal): -15514962 or 11420179. OLE color: 11420179.

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

Color convert

RGB 19 66 174 -
CMYK 0.89 0.62 0 0.32
HSL 221.81º 0.8% 0.38% -
HSV(B) 221.81º 0.89% 0.68% -
XYZ 9.86 7.09 40.89 -
YUV 64.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 19 66 174 0.89 0.62 0 0.32 221.81 0.8 0.38
Hex 13 42 AE 59 3E 0 20 DE 50 26
Octal 23 102 256 131 76 0 40 336 120 46
Binary 10011 1000010 10101110 1011001 111110 0 100000 11011110 1010000 100110

Color Harmonies of #1342AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1342AE

Black with #1342AE

Text Example


Text Example

White with #1342AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1342AE; }

 p { color: rgb(19,66,174); }

 H1.HeaderClassName
 {
   color: #1342AE;
 }
 .AnyTagClassName
 {
   color: #1342AE;
 }
</style>

background-color css

<style>
 a { background-color: #1342AE; }

 a { background-color: rgb(19,66,174); }

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

border-color css

<style>
 span { border-color: #1342AE; }

 span { border-color: rgb(19,66,174); }

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