#1125AD

Color #1125AD Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1125AD

Tints of Egyptian Blue #1125AD

Color information

#1125AD (or 0x1125AD) is unknown color: approx Egyptian Blue. HEX triplet: 11, 25 and AD. RGB value is (17,37,173). Sum of RGB (Red+Green+Blue) = 17+37+173=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1125AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1125AD is #EEDA52. Grayscale: #2D2D2D. Windows color (decimal): -15653459 or 11347217. OLE color: 11347217.

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

Color convert

RGB1737173-
CMYK0.900.7900.32
HSL232.31º82.11%37.25%-
HSV(B)232.31º90.17%67.84%-
XYZ8.444.4639.95-
YUV46.52199.37106.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=7.49%
G=16.30%
B=76.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17371730.900.7900.32232.3182.1137.25
Hex1125AD5A4F020e85225
Octal214525513211704035012245
Binary1000110010110101101101101010011110100000111010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1125AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1125AD;
 }
 .AnyTagClassName
 {
   color: #1125AD;
 }
</style>
background-color css

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

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

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

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

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

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