Html Css Color HEX #112B91 Egyptian Blue

📋 copy color: '#112B91'

red 17 ◦ green 43 ◦ blue 145

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

Shades of Egyptian Blue #112B91

Tints of Egyptian Blue #112B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

 BLUE value IS 145 (57.03% from 255) = 70.73%

R = 8.29%
G = 20.98%
B = 70.73%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112B91 (or 0x112B91) is known color: Egyptian Blue. HEX triplet: 11, 2B and 91. RGB value is (17,43,145). Sum of RGB (Red+Green+Blue) = 17+43+145=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #112B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B91 is #EED46E. Grayscale: #2E2E2E. Windows color (decimal): -15651951 or 9513745. OLE color: 9513745.

HSL color Cylindrical-coordinate representation of color #112B91: hue angle of 227.81º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112B91 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 43 145 -
CMYK 0.88 0.70 0 0.43
HSL 227.81º 0.79% 0.32% -
HSV(B) 227.81º 0.88% 0.57% -
XYZ 6.21 3.89 27.21 -
YUV 46.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 17 43 145 0.88 0.70 0 0.43 227.81 0.79 0.32
Hex 11 2B 91 58 46 0 2B E4 4F 20
Octal 21 53 221 130 106 0 53 344 117 40
Binary 10001 101011 10010001 1011000 1000110 0 101011 11100100 1001111 100000

Color Harmonies of #112B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B91

Black with #112B91

Text Example


Text Example

White with #112B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #112B91;
 }
 .AnyTagClassName
 {
   color: #112B91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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