Html Css Color HEX #112D94 Egyptian Blue

📋 copy color: '#112D94'

red 17 ◦ green 45 ◦ blue 148

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

Shades of Egyptian Blue #112D94

Tints of Egyptian Blue #112D94

RGB

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

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

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

R = 8.1%
G = 21.43%
B = 70.48%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112D94 (or 0x112D94) is known color: Egyptian Blue. HEX triplet: 11, 2D and 94. RGB value is (17,45,148). Sum of RGB (Red+Green+Blue) = 17+45+148=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #112D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D94 is #EED26B. Grayscale: #2F2F2F. Windows color (decimal): -15651436 or 9710865. OLE color: 9710865.

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

Color convert

RGB 17 45 148 -
CMYK 0.89 0.70 0 0.42
HSL 227.18º 0.79% 0.32% -
HSV(B) 227.18º 0.89% 0.58% -
XYZ 6.51 4.13 28.47 -
YUV 48.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 17 45 148 0.89 0.70 0 0.42 227.18 0.79 0.32
Hex 11 2D 94 59 46 0 2A E3 4F 20
Octal 21 55 224 131 106 0 52 343 117 40
Binary 10001 101101 10010100 1011001 1000110 0 101010 11100011 1001111 100000

Color Harmonies of #112D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D94

Black with #112D94

Text Example


Text Example

White with #112D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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