Html Css Color HEX #1136AD Egyptian Blue

📋 copy color: '#1136AD'

red 17 ◦ green 54 ◦ blue 173

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

Shades of Egyptian Blue #1136AD

Tints of Egyptian Blue #1136AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 6.97%
G = 22.13%
B = 70.9%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1136AD (or 0x1136AD) is known color: Egyptian Blue. HEX triplet: 11, 36 and AD. RGB value is (17,54,173). Sum of RGB (Red+Green+Blue) = 17+54+173=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1136AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136AD is #EEC952. Grayscale: #373737. Windows color (decimal): -15649107 or 11351569. OLE color: 11351569.

HSL color Cylindrical-coordinate representation of color #1136AD: hue angle of 225.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1136AD is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 54 173 -
CMYK 0.90 0.69 0 0.32
HSL 225.77º 0.82% 0.37% -
HSV(B) 225.77º 0.9% 0.68% -
XYZ 9.09 5.77 40.17 -
YUV 56.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 17 54 173 0.90 0.69 0 0.32 225.77 0.82 0.37
Hex 11 36 AD 5A 45 0 20 E2 52 25
Octal 21 66 255 132 105 0 40 342 122 45
Binary 10001 110110 10101101 1011010 1000101 0 100000 11100010 1010010 100101

Color Harmonies of #1136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1136AD

Black with #1136AD

Text Example


Text Example

White with #1136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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