Html Css Color HEX #1137AD Egyptian Blue

📋 copy color: '#1137AD'

red 17 ◦ green 55 ◦ blue 173

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

Shades of Egyptian Blue #1137AD

Tints of Egyptian Blue #1137AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 6.94%
G = 22.45%
B = 70.61%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1137AD (or 0x1137AD) is known color: Egyptian Blue. HEX triplet: 11, 37 and AD. RGB value is (17,55,173). Sum of RGB (Red+Green+Blue) = 17+55+173=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1137AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1137AD is #EEC852. Grayscale: #383838. Windows color (decimal): -15648851 or 11351825. OLE color: 11351825.

HSL color Cylindrical-coordinate representation of color #1137AD: hue angle of 225.38º 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 #1137AD is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 55 173 -
CMYK 0.90 0.68 0 0.32
HSL 225.38º 0.82% 0.37% -
HSV(B) 225.38º 0.9% 0.68% -
XYZ 9.14 5.87 40.19 -
YUV 57.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 17 55 173 0.90 0.68 0 0.32 225.38 0.82 0.37
Hex 11 37 AD 5A 44 0 20 E1 52 25
Octal 21 67 255 132 104 0 40 341 122 45
Binary 10001 110111 10101101 1011010 1000100 0 100000 11100001 1010010 100101

Color Harmonies of #1137AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137AD

Black with #1137AD

Text Example


Text Example

White with #1137AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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