Html Css Color HEX #112B94 Egyptian Blue

📋 copy color: '#112B94'

red 17 ◦ green 43 ◦ blue 148

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

Shades of Egyptian Blue #112B94

Tints of Egyptian Blue #112B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 71.15%

R = 8.17%
G = 20.67%
B = 71.15%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112B94 (or 0x112B94) is known color: Egyptian Blue. HEX triplet: 11, 2B and 94. RGB value is (17,43,148). Sum of RGB (Red+Green+Blue) = 17+43+148=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #112B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B94 is #EED46B. Grayscale: #2E2E2E. Windows color (decimal): -15651948 or 9710353. OLE color: 9710353.

HSL color Cylindrical-coordinate representation of color #112B94: hue angle of 228.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112B94 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 43 148 -
CMYK 0.89 0.71 0 0.42
HSL 228.09º 0.79% 0.32% -
HSV(B) 228.09º 0.89% 0.58% -
XYZ 6.44 3.99 28.45 -
YUV 47.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 17 43 148 0.89 0.71 0 0.42 228.09 0.79 0.32
Hex 11 2B 94 59 47 0 2A E4 4F 20
Octal 21 53 224 131 107 0 52 344 117 40
Binary 10001 101011 10010100 1011001 1000111 0 101010 11100100 1001111 100000

Color Harmonies of #112B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B94

Black with #112B94

Text Example


Text Example

White with #112B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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