Html Css Color HEX #112B9B Egyptian Blue

📋 copy color: '#112B9B'

red 17 ◦ green 43 ◦ blue 155

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

Shades of Egyptian Blue #112B9B

Tints of Egyptian Blue #112B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 7.91%
G = 20%
B = 72.09%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#112B9B (or 0x112B9B) is known color: Egyptian Blue. HEX triplet: 11, 2B and 9B. RGB value is (17,43,155). Sum of RGB (Red+Green+Blue) = 17+43+155=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #112B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B9B is #EED464. Grayscale: #2F2F2F. Windows color (decimal): -15651941 or 10169105. OLE color: 10169105.

HSL color Cylindrical-coordinate representation of color #112B9B: hue angle of 228.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112B9B is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 43 155 -
CMYK 0.89 0.72 0 0.39
HSL 228.7º 0.8% 0.34% -
HSV(B) 228.7º 0.89% 0.61% -
XYZ 7.01 4.21 31.45 -
YUV 47.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 17 43 155 0.89 0.72 0 0.39 228.7 0.8 0.34
Hex 11 2B 9B 59 48 0 27 E5 50 22
Octal 21 53 233 131 110 0 47 345 120 42
Binary 10001 101011 10011011 1011001 1001000 0 100111 11100101 1010000 100010

Color Harmonies of #112B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B9B

Black with #112B9B

Text Example


Text Example

White with #112B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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