Html Css Color HEX #1123A7 Egyptian Blue

📋 copy color: '#1123A7'

red 17 ◦ green 35 ◦ blue 167

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

Shades of Egyptian Blue #1123A7

Tints of Egyptian Blue #1123A7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 167 (65.63% from 255) = 76.26%

R = 7.76%
G = 15.98%
B = 76.26%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1123A7 (or 0x1123A7) is known color: Egyptian Blue. HEX triplet: 11, 23 and A7. RGB value is (17,35,167). Sum of RGB (Red+Green+Blue) = 17+35+167=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 167 (65.62% from 255 or 76.26% from 219); Max value from RGB is 167 - color contains mainly: blue. Hex color #1123A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1123A7 is #EEDC58. Grayscale: #2C2C2C. Windows color (decimal): -15653977 or 10953489. OLE color: 10953489.

HSL color Cylindrical-coordinate representation of color #1123A7: hue angle of 232.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1123A7 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 35 167 -
CMYK 0.90 0.79 0 0.35
HSL 232.8º 0.82% 0.36% -
HSV(B) 232.8º 0.9% 0.65% -
XYZ 7.81 4.11 36.94 -
YUV 44.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 17 35 167 0.90 0.79 0 0.35 232.8 0.82 0.36
Hex 11 23 A7 5A 4F 0 23 E9 52 24
Octal 21 43 247 132 117 0 43 351 122 44
Binary 10001 100011 10100111 1011010 1001111 0 100011 11101001 1010010 100100

Color Harmonies of #1123A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1123A7

Black with #1123A7

Text Example


Text Example

White with #1123A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1123A7; }

 p { color: rgb(17,35,167); }

 H1.HeaderClassName
 {
   color: #1123A7;
 }
 .AnyTagClassName
 {
   color: #1123A7;
 }
</style>

background-color css

<style>
 a { background-color: #1123A7; }

 a { background-color: rgb(17,35,167); }

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

border-color css

<style>
 span { border-color: #1123A7; }

 span { border-color: rgb(17,35,167); }

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