Html Css Color HEX #1125B2 Egyptian Blue

📋 copy color: '#1125B2'

red 17 ◦ green 37 ◦ blue 178

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

Shades of Egyptian Blue #1125B2

Tints of Egyptian Blue #1125B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 76.72%

R = 7.33%
G = 15.95%
B = 76.72%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1125B2 (or 0x1125B2) is known color: Egyptian Blue. HEX triplet: 11, 25 and B2. RGB value is (17,37,178). Sum of RGB (Red+Green+Blue) = 17+37+178=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 178 (69.92% from 255 or 76.72% from 232); Max value from RGB is 178 - color contains mainly: blue. Hex color #1125B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1125B2 is #EEDA4D. Grayscale: #2E2E2E. Windows color (decimal): -15653454 or 11674897. OLE color: 11674897.

HSL color Cylindrical-coordinate representation of color #1125B2: hue angle of 232.55º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1125B2 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 37 178 -
CMYK 0.90 0.79 0 0.30
HSL 232.55º 0.83% 0.38% -
HSV(B) 232.55º 0.9% 0.7% -
XYZ 8.93 4.66 42.55 -
YUV 47.09 201.87 106.54 -
System Red Green Blue C M Y K H S L
Decimal 17 37 178 0.90 0.79 0 0.30 232.55 0.83 0.38
Hex 11 25 B2 5A 4F 0 1E E9 53 26
Octal 21 45 262 132 117 0 36 351 123 46
Binary 10001 100101 10110010 1011010 1001111 0 11110 11101001 1010011 100110

Color Harmonies of #1125B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1125B2

Black with #1125B2

Text Example


Text Example

White with #1125B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1125B2;
 }
 .AnyTagClassName
 {
   color: #1125B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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