Html Css Color HEX #1143A5 Egyptian Blue

📋 copy color: '#1143A5'

red 17 ◦ green 67 ◦ blue 165

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

Shades of Egyptian Blue #1143A5

Tints of Egyptian Blue #1143A5

RGB

 RED value IS 17 (7.03% from 255) = 6.83%

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 6.83%
G = 26.91%
B = 66.27%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1143A5 (or 0x1143A5) is known color: Egyptian Blue. HEX triplet: 11, 43 and A5. RGB value is (17,67,165). Sum of RGB (Red+Green+Blue) = 17+67+165=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 165 (64.84% from 255 or 66.27% from 249); Max value from RGB is 165 - color contains mainly: blue. Hex color #1143A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143A5 is #EEBC5A. Grayscale: #3E3E3E. Windows color (decimal): -15645787 or 10830609. OLE color: 10830609.

HSL color Cylindrical-coordinate representation of color #1143A5: hue angle of 219.73º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1143A5 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 67 165 -
CMYK 0.90 0.59 0 0.35
HSL 219.73º 0.81% 0.36% -
HSV(B) 219.73º 0.9% 0.65% -
XYZ 9.03 6.85 36.44 -
YUV 63.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 17 67 165 0.90 0.59 0 0.35 219.73 0.81 0.36
Hex 11 43 A5 5A 3B 0 23 DC 51 24
Octal 21 103 245 132 73 0 43 334 121 44
Binary 10001 1000011 10100101 1011010 111011 0 100011 11011100 1010001 100100

Color Harmonies of #1143A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1143A5

Black with #1143A5

Text Example


Text Example

White with #1143A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,67,165); }

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

background-color css

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

 a { background-color: rgb(17,67,165); }

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

border-color css

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

 span { border-color: rgb(17,67,165); }

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