Html Css Color HEX #1136AA Egyptian Blue

📋 copy color: '#1136AA'

red 17 ◦ green 54 ◦ blue 170

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

Shades of Egyptian Blue #1136AA

Tints of Egyptian Blue #1136AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 7.05%
G = 22.41%
B = 70.54%

CMYK

 C value IS 0.9

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1136AA (or 0x1136AA) is known color: Egyptian Blue. HEX triplet: 11, 36 and AA. RGB value is (17,54,170). Sum of RGB (Red+Green+Blue) = 17+54+170=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1136AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136AA is #EEC955. Grayscale: #373737. Windows color (decimal): -15649110 or 11154961. OLE color: 11154961.

HSL color Cylindrical-coordinate representation of color #1136AA: hue angle of 225.49º 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 #1136AA is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 54 170 -
CMYK 0.9 0.68 0 0.33
HSL 225.49º 0.82% 0.37% -
HSV(B) 225.49º 0.9% 0.67% -
XYZ 8.81 5.66 38.66 -
YUV 56.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 17 54 170 0.9 0.68 0 0.33 225.49 0.82 0.37
Hex 11 36 AA 5A 44 0 21 E1 52 25
Octal 21 66 252 132 104 0 41 341 122 45
Binary 10001 110110 10101010 1011010 1000100 0 100001 11100001 1010010 100101

Color Harmonies of #1136AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1136AA

Black with #1136AA

Text Example


Text Example

White with #1136AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1136AA; }

 p { color: rgb(17,54,170); }

 H1.HeaderClassName
 {
   color: #1136AA;
 }
 .AnyTagClassName
 {
   color: #1136AA;
 }
</style>

background-color css

<style>
 a { background-color: #1136AA; }

 a { background-color: rgb(17,54,170); }

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

border-color css

<style>
 span { border-color: #1136AA; }

 span { border-color: rgb(17,54,170); }

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