Html Css Color HEX #1119AC Egyptian Blue

📋 copy color: '#1119AC'

red 17 ◦ green 25 ◦ blue 172

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

Shades of Egyptian Blue #1119AC

Tints of Egyptian Blue #1119AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 7.94%
G = 11.68%
B = 80.37%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1119AC (or 0x1119AC) is known color: Egyptian Blue. HEX triplet: 11, 19 and AC. RGB value is (17,25,172). Sum of RGB (Red+Green+Blue) = 17+25+172=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #1119AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1119AC is #EEE653. Grayscale: #262626. Windows color (decimal): -15656532 or 11278609. OLE color: 11278609.

HSL color Cylindrical-coordinate representation of color #1119AC: hue angle of 236.9º 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 #1119AC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 25 172 -
CMYK 0.90 0.85 0 0.33
HSL 236.9º 0.82% 0.37% -
HSV(B) 236.9º 0.9% 0.67% -
XYZ 8.03 3.79 39.34 -
YUV 39.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 17 25 172 0.90 0.85 0 0.33 236.9 0.82 0.37
Hex 11 19 AC 5A 55 0 21 ED 52 25
Octal 21 31 254 132 125 0 41 355 122 45
Binary 10001 11001 10101100 1011010 1010101 0 100001 11101101 1010010 100101

Color Harmonies of #1119AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119AC

Black with #1119AC

Text Example


Text Example

White with #1119AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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