Html Css Color HEX #112D9B Egyptian Blue

📋 copy color: '#112D9B'

red 17 ◦ green 45 ◦ blue 155

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

Shades of Egyptian Blue #112D9B

Tints of Egyptian Blue #112D9B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

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

R = 7.83%
G = 20.74%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#112D9B (or 0x112D9B) is known color: Egyptian Blue. HEX triplet: 11, 2D and 9B. RGB value is (17,45,155). Sum of RGB (Red+Green+Blue) = 17+45+155=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #112D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D9B is #EED264. Grayscale: #303030. Windows color (decimal): -15651429 or 10169617. OLE color: 10169617.

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

Color convert

RGB 17 45 155 -
CMYK 0.89 0.71 0 0.39
HSL 227.83º 0.8% 0.34% -
HSV(B) 227.83º 0.89% 0.61% -
XYZ 7.09 4.36 31.48 -
YUV 49.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 17 45 155 0.89 0.71 0 0.39 227.83 0.8 0.34
Hex 11 2D 9B 59 47 0 27 E4 50 22
Octal 21 55 233 131 107 0 47 344 120 42
Binary 10001 101101 10011011 1011001 1000111 0 100111 11100100 1010000 100010

Color Harmonies of #112D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D9B

Black with #112D9B

Text Example


Text Example

White with #112D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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