Html Css Color HEX #112B92 Egyptian Blue

📋 copy color: '#112B92'

red 17 ◦ green 43 ◦ blue 146

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

Shades of Egyptian Blue #112B92

Tints of Egyptian Blue #112B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.87%

R = 8.25%
G = 20.87%
B = 70.87%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112B92 (or 0x112B92) is known color: Egyptian Blue. HEX triplet: 11, 2B and 92. RGB value is (17,43,146). Sum of RGB (Red+Green+Blue) = 17+43+146=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #112B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B92 is #EED46D. Grayscale: #2E2E2E. Windows color (decimal): -15651950 or 9579281. OLE color: 9579281.

HSL color Cylindrical-coordinate representation of color #112B92: hue angle of 227.91º 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 #112B92 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 43 146 -
CMYK 0.88 0.71 0 0.43
HSL 227.91º 0.79% 0.32% -
HSV(B) 227.91º 0.88% 0.57% -
XYZ 6.28 3.92 27.62 -
YUV 46.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 17 43 146 0.88 0.71 0 0.43 227.91 0.79 0.32
Hex 11 2B 92 58 47 0 2B E4 4F 20
Octal 21 53 222 130 107 0 53 344 117 40
Binary 10001 101011 10010010 1011000 1000111 0 101011 11100100 1001111 100000

Color Harmonies of #112B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B92

Black with #112B92

Text Example


Text Example

White with #112B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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