Html Css Color HEX #112D98 Egyptian Blue

📋 copy color: '#112D98'

red 17 ◦ green 45 ◦ blue 152

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

Shades of Egyptian Blue #112D98

Tints of Egyptian Blue #112D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.03%

R = 7.94%
G = 21.03%
B = 71.03%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#112D98 (or 0x112D98) is known color: Egyptian Blue. HEX triplet: 11, 2D and 98. RGB value is (17,45,152). Sum of RGB (Red+Green+Blue) = 17+45+152=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #112D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D98 is #EED267. Grayscale: #303030. Windows color (decimal): -15651432 or 9973009. OLE color: 9973009.

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

Color convert

RGB 17 45 152 -
CMYK 0.89 0.70 0 0.40
HSL 227.56º 0.8% 0.33% -
HSV(B) 227.56º 0.89% 0.6% -
XYZ 6.84 4.26 30.17 -
YUV 48.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 17 45 152 0.89 0.70 0 0.40 227.56 0.8 0.33
Hex 11 2D 98 59 46 0 28 E4 50 21
Octal 21 55 230 131 106 0 50 344 120 41
Binary 10001 101101 10011000 1011001 1000110 0 101000 11100100 1010000 100001

Color Harmonies of #112D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D98

Black with #112D98

Text Example


Text Example

White with #112D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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