Html Css Color HEX #1119A9 Egyptian Blue

📋 copy color: '#1119A9'

red 17 ◦ green 25 ◦ blue 169

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

Shades of Egyptian Blue #1119A9

Tints of Egyptian Blue #1119A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 80.09%

R = 8.06%
G = 11.85%
B = 80.09%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1119A9 (or 0x1119A9) is known color: Egyptian Blue. HEX triplet: 11, 19 and A9. RGB value is (17,25,169). Sum of RGB (Red+Green+Blue) = 17+25+169=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #1119A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1119A9 is #EEE656. Grayscale: #262626. Windows color (decimal): -15656535 or 11082001. OLE color: 11082001.

HSL color Cylindrical-coordinate representation of color #1119A9: hue angle of 236.84º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1119A9 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 25 169 -
CMYK 0.90 0.85 0 0.34
HSL 236.84º 0.82% 0.36% -
HSV(B) 236.84º 0.9% 0.66% -
XYZ 7.74 3.68 37.84 -
YUV 39.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 17 25 169 0.90 0.85 0 0.34 236.84 0.82 0.36
Hex 11 19 A9 5A 55 0 22 ED 52 24
Octal 21 31 251 132 125 0 42 355 122 44
Binary 10001 11001 10101001 1011010 1010101 0 100010 11101101 1010010 100100

Color Harmonies of #1119A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119A9

Black with #1119A9

Text Example


Text Example

White with #1119A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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