Html Css Color HEX #1127AD Egyptian Blue

📋 copy color: '#1127AD'

red 17 ◦ green 39 ◦ blue 173

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

Shades of Egyptian Blue #1127AD

Tints of Egyptian Blue #1127AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

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

R = 7.42%
G = 17.03%
B = 75.55%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1127AD (or 0x1127AD) is known color: Egyptian Blue. HEX triplet: 11, 27 and AD. RGB value is (17,39,173). Sum of RGB (Red+Green+Blue) = 17+39+173=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #1127AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1127AD is #EED852. Grayscale: #2F2F2F. Windows color (decimal): -15652947 or 11347729. OLE color: 11347729.

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

Color convert

RGB 17 39 173 -
CMYK 0.90 0.77 0 0.32
HSL 231.54º 0.82% 0.37% -
HSV(B) 231.54º 0.9% 0.68% -
XYZ 8.5 4.59 39.97 -
YUV 47.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 17 39 173 0.90 0.77 0 0.32 231.54 0.82 0.37
Hex 11 27 AD 5A 4D 0 20 E8 52 25
Octal 21 47 255 132 115 0 40 350 122 45
Binary 10001 100111 10101101 1011010 1001101 0 100000 11101000 1010010 100101

Color Harmonies of #1127AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1127AD

Black with #1127AD

Text Example


Text Example

White with #1127AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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