Html Css Color HEX #112D99 Egyptian Blue

📋 copy color: '#112D99'

red 17 ◦ green 45 ◦ blue 153

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

Shades of Egyptian Blue #112D99

Tints of Egyptian Blue #112D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.16%

R = 7.91%
G = 20.93%
B = 71.16%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#112D99 (or 0x112D99) is known color: Egyptian Blue. HEX triplet: 11, 2D and 99. RGB value is (17,45,153). Sum of RGB (Red+Green+Blue) = 17+45+153=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #112D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D99 is #EED266. Grayscale: #303030. Windows color (decimal): -15651431 or 10038545. OLE color: 10038545.

HSL color Cylindrical-coordinate representation of color #112D99: hue angle of 227.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112D99 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 45 153 -
CMYK 0.89 0.71 0 0.4
HSL 227.65º 0.8% 0.33% -
HSV(B) 227.65º 0.89% 0.6% -
XYZ 6.92 4.3 30.6 -
YUV 48.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 17 45 153 0.89 0.71 0 0.4 227.65 0.8 0.33
Hex 11 2D 99 59 47 0 28 E4 50 21
Octal 21 55 231 131 107 0 50 344 120 41
Binary 10001 101101 10011001 1011001 1000111 0 101000 11100100 1010000 100001

Color Harmonies of #112D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D99

Black with #112D99

Text Example


Text Example

White with #112D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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