Html Css Color HEX #1138AE Egyptian Blue

📋 copy color: '#1138AE'

red 17 ◦ green 56 ◦ blue 174

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

Shades of Egyptian Blue #1138AE

Tints of Egyptian Blue #1138AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 6.88%
G = 22.67%
B = 70.45%

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

#1138AE (or 0x1138AE) is known color: Egyptian Blue. HEX triplet: 11, 38 and AE. RGB value is (17,56,174). Sum of RGB (Red+Green+Blue) = 17+56+174=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1138AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1138AE is #EEC751. Grayscale: #393939. Windows color (decimal): -15648594 or 11417617. OLE color: 11417617.

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

Color convert

RGB 17 56 174 -
CMYK 0.90 0.68 0 0.32
HSL 225.1º 0.82% 0.37% -
HSV(B) 225.1º 0.9% 0.68% -
XYZ 9.29 6 40.71 -
YUV 57.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 17 56 174 0.90 0.68 0 0.32 225.1 0.82 0.37
Hex 11 38 AE 5A 44 0 20 E1 52 25
Octal 21 70 256 132 104 0 40 341 122 45
Binary 10001 111000 10101110 1011010 1000100 0 100000 11100001 1010010 100101

Color Harmonies of #1138AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1138AE

Black with #1138AE

Text Example


Text Example

White with #1138AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1138AE; }

 p { color: rgb(17,56,174); }

 H1.HeaderClassName
 {
   color: #1138AE;
 }
 .AnyTagClassName
 {
   color: #1138AE;
 }
</style>

background-color css

<style>
 a { background-color: #1138AE; }

 a { background-color: rgb(17,56,174); }

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

border-color css

<style>
 span { border-color: #1138AE; }

 span { border-color: rgb(17,56,174); }

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