Html Css Color HEX #112D93 Egyptian Blue

📋 copy color: '#112D93'

red 17 ◦ green 45 ◦ blue 147

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

Shades of Egyptian Blue #112D93

Tints of Egyptian Blue #112D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 8.13%
G = 21.53%
B = 70.33%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112D93 (or 0x112D93) is known color: Egyptian Blue. HEX triplet: 11, 2D and 93. RGB value is (17,45,147). Sum of RGB (Red+Green+Blue) = 17+45+147=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #112D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D93 is #EED26C. Grayscale: #2F2F2F. Windows color (decimal): -15651437 or 9645329. OLE color: 9645329.

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

Color convert

RGB 17 45 147 -
CMYK 0.88 0.69 0 0.42
HSL 227.08º 0.79% 0.32% -
HSV(B) 227.08º 0.88% 0.58% -
XYZ 6.44 4.1 28.06 -
YUV 48.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 17 45 147 0.88 0.69 0 0.42 227.08 0.79 0.32
Hex 11 2D 93 58 45 0 2A E3 4F 20
Octal 21 55 223 130 105 0 52 343 117 40
Binary 10001 101101 10010011 1011000 1000101 0 101010 11100011 1001111 100000

Color Harmonies of #112D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D93

Black with #112D93

Text Example


Text Example

White with #112D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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