Html Css Color HEX #1126AF Egyptian Blue

📋 copy color: '#1126AF'

red 17 ◦ green 38 ◦ blue 175

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

Shades of Egyptian Blue #1126AF

Tints of Egyptian Blue #1126AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 175 (68.75% from 255) = 76.09%

R = 7.39%
G = 16.52%
B = 76.09%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1126AF (or 0x1126AF) is known color: Egyptian Blue. HEX triplet: 11, 26 and AF. RGB value is (17,38,175). Sum of RGB (Red+Green+Blue) = 17+38+175=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #1126AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1126AF is #EED950. Grayscale: #2E2E2E. Windows color (decimal): -15653201 or 11478545. OLE color: 11478545.

HSL color Cylindrical-coordinate representation of color #1126AF: hue angle of 232.03º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1126AF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 38 175 -
CMYK 0.90 0.78 0 0.31
HSL 232.03º 0.82% 0.38% -
HSV(B) 232.03º 0.9% 0.69% -
XYZ 8.66 4.6 40.99 -
YUV 47.34 200.04 106.36 -
System Red Green Blue C M Y K H S L
Decimal 17 38 175 0.90 0.78 0 0.31 232.03 0.82 0.38
Hex 11 26 AF 5A 4E 0 1F E8 52 26
Octal 21 46 257 132 116 0 37 350 122 46
Binary 10001 100110 10101111 1011010 1001110 0 11111 11101000 1010010 100110

Color Harmonies of #1126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126AF

Black with #1126AF

Text Example


Text Example

White with #1126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1126AF; }

 p { color: rgb(17,38,175); }

 H1.HeaderClassName
 {
   color: #1126AF;
 }
 .AnyTagClassName
 {
   color: #1126AF;
 }
</style>

background-color css

<style>
 a { background-color: #1126AF; }

 a { background-color: rgb(17,38,175); }

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

border-color css

<style>
 span { border-color: #1126AF; }

 span { border-color: rgb(17,38,175); }

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