Html Css Color HEX #1341AE Egyptian Blue

📋 copy color: '#1341AE'

red 19 ◦ green 65 ◦ blue 174

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

Shades of Egyptian Blue #1341AE

Tints of Egyptian Blue #1341AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

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

R = 7.36%
G = 25.19%
B = 67.44%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1341AE (or 0x1341AE) is known color: Egyptian Blue. HEX triplet: 13, 41 and AE. RGB value is (19,65,174). Sum of RGB (Red+Green+Blue) = 19+65+174=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #1341AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1341AE is #ECBE51. Grayscale: #3F3F3F. Windows color (decimal): -15515218 or 11419923. OLE color: 11419923.

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

Color convert

RGB 19 65 174 -
CMYK 0.89 0.63 0 0.32
HSL 222.19º 0.8% 0.38% -
HSV(B) 222.19º 0.89% 0.68% -
XYZ 9.8 6.98 40.87 -
YUV 63.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 19 65 174 0.89 0.63 0 0.32 222.19 0.8 0.38
Hex 13 41 AE 59 3F 0 20 DE 50 26
Octal 23 101 256 131 77 0 40 336 120 46
Binary 10011 1000001 10101110 1011001 111111 0 100000 11011110 1010000 100110

Color Harmonies of #1341AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1341AE

Black with #1341AE

Text Example


Text Example

White with #1341AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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