#112BB4

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

Shades of Egyptian Blue #112BB4

Tints of Egyptian Blue #112BB4

Color information

#112BB4 (or 0x112BB4) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2B and B4. RGB value is (17,43,180). Sum of RGB (Red+Green+Blue) = 17+43+180=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #112BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BB4 is #EED44B. Grayscale: #323232. Windows color (decimal): -15651916 or 11807505. OLE color: 11807505.

HSL color Cylindrical-coordinate representation of color #112BB4: hue angle of 230.43º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112BB4 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1743180-
CMYK0.910.7600.29
HSL230.43º82.74%38.63%-
HSV(B)230.43º90.56%70.59%-
XYZ9.335.1443.68-
YUV50.84200.89103.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 180 (70.70% from 255) = 75%
R=7.08%
G=17.92%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17431800.910.7600.29230.4382.7438.63
Hex112BB45B4C01De65327
Octal215326413311403534612347
Binary100011010111011010010110111001100011101111001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112BB4; }

 p { color: rgb(17,43,180); }

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

<style>
 a { background-color: #112BB4; }

 a { background-color: rgb(17,43,180); }

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

<style>
 span { border-color: #112BB4; }

 span { border-color: rgb(17,43,180); }

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