Html Css Color HEX #1143AC Egyptian Blue

📋 copy color: '#1143AC'

red 17 ◦ green 67 ◦ blue 172

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

Shades of Egyptian Blue #1143AC

Tints of Egyptian Blue #1143AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 6.64%
G = 26.17%
B = 67.19%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1143AC (or 0x1143AC) is known color: Egyptian Blue. HEX triplet: 11, 43 and AC. RGB value is (17,67,172). Sum of RGB (Red+Green+Blue) = 17+67+172=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #1143AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143AC is #EEBC53. Grayscale: #3F3F3F. Windows color (decimal): -15645780 or 11289361. OLE color: 11289361.

HSL color Cylindrical-coordinate representation of color #1143AC: hue angle of 220.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1143AC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 67 172 -
CMYK 0.90 0.61 0 0.33
HSL 220.65º 0.82% 0.37% -
HSV(B) 220.65º 0.9% 0.67% -
XYZ 9.68 7.11 39.89 -
YUV 64.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 17 67 172 0.90 0.61 0 0.33 220.65 0.82 0.37
Hex 11 43 AC 5A 3D 0 21 DD 52 25
Octal 21 103 254 132 75 0 41 335 122 45
Binary 10001 1000011 10101100 1011010 111101 0 100001 11011101 1010010 100101

Color Harmonies of #1143AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1143AC

Black with #1143AC

Text Example


Text Example

White with #1143AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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