Html Css Color HEX #1125AD Egyptian Blue

📋 copy color: '#1125AD'

red 17 ◦ green 37 ◦ blue 173

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

Shades of Egyptian Blue #1125AD

Tints of Egyptian Blue #1125AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 7.49%
G = 16.3%
B = 76.21%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1125AD (or 0x1125AD) is known color: 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

RGB 17 37 173 -
CMYK 0.90 0.79 0 0.32
HSL 232.31º 0.82% 0.37% -
HSV(B) 232.31º 0.9% 0.68% -
XYZ 8.44 4.46 39.95 -
YUV 46.52 199.37 106.94 -
System Red Green Blue C M Y K H S L
Decimal 17 37 173 0.90 0.79 0 0.32 232.31 0.82 0.37
Hex 11 25 AD 5A 4F 0 20 E8 52 25
Octal 21 45 255 132 117 0 40 350 122 45
Binary 10001 100101 10101101 1011010 1001111 0 100000 11101000 1010010 100101

Color Harmonies of #1125AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1125AD

Black with #1125AD

Text Example


Text Example

White with #1125AD

Text Example


Text Example

HTML Codes & Css Web 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>