Html Css Color HEX #1139AC Egyptian Blue

📋 copy color: '#1139AC'

red 17 ◦ green 57 ◦ blue 172

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

Shades of Egyptian Blue #1139AC

Tints of Egyptian Blue #1139AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 6.91%
G = 23.17%
B = 69.92%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1139AC (or 0x1139AC) is known color: Egyptian Blue. HEX triplet: 11, 39 and AC. RGB value is (17,57,172). Sum of RGB (Red+Green+Blue) = 17+57+172=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #1139AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1139AC is #EEC653. Grayscale: #393939. Windows color (decimal): -15648340 or 11286801. OLE color: 11286801.

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

Color convert

RGB 17 57 172 -
CMYK 0.90 0.67 0 0.33
HSL 224.52º 0.82% 0.37% -
HSV(B) 224.52º 0.9% 0.67% -
XYZ 9.14 6.02 39.71 -
YUV 58.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 17 57 172 0.90 0.67 0 0.33 224.52 0.82 0.37
Hex 11 39 AC 5A 43 0 21 E1 52 25
Octal 21 71 254 132 103 0 41 341 122 45
Binary 10001 111001 10101100 1011010 1000011 0 100001 11100001 1010010 100101

Color Harmonies of #1139AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139AC

Black with #1139AC

Text Example


Text Example

White with #1139AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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