Html Css Color HEX #1136A6 Egyptian Blue

📋 copy color: '#1136A6'

red 17 ◦ green 54 ◦ blue 166

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

Shades of Egyptian Blue #1136A6

Tints of Egyptian Blue #1136A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 70.04%

R = 7.17%
G = 22.78%
B = 70.04%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1136A6 (or 0x1136A6) is known color: Egyptian Blue. HEX triplet: 11, 36 and A6. RGB value is (17,54,166). Sum of RGB (Red+Green+Blue) = 17+54+166=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 166 (65.23% from 255 or 70.04% from 237); Max value from RGB is 166 - color contains mainly: blue. Hex color #1136A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136A6 is #EEC959. Grayscale: #373737. Windows color (decimal): -15649114 or 10892817. OLE color: 10892817.

HSL color Cylindrical-coordinate representation of color #1136A6: hue angle of 225.1º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1136A6 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 54 166 -
CMYK 0.90 0.67 0 0.35
HSL 225.1º 0.81% 0.36% -
HSV(B) 225.1º 0.9% 0.65% -
XYZ 8.43 5.51 36.7 -
YUV 55.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 17 54 166 0.90 0.67 0 0.35 225.1 0.81 0.36
Hex 11 36 A6 5A 43 0 23 E1 51 24
Octal 21 66 246 132 103 0 43 341 121 44
Binary 10001 110110 10100110 1011010 1000011 0 100011 11100001 1010001 100100

Color Harmonies of #1136A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1136A6

Black with #1136A6

Text Example


Text Example

White with #1136A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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