Html Css Color HEX #112792 Egyptian Blue

📋 copy color: '#112792'

red 17 ◦ green 39 ◦ blue 146

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

Shades of Egyptian Blue #112792

Tints of Egyptian Blue #112792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 8.42%
G = 19.31%
B = 72.28%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112792 (or 0x112792) is known color: Egyptian Blue. HEX triplet: 11, 27 and 92. RGB value is (17,39,146). Sum of RGB (Red+Green+Blue) = 17+39+146=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #112792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112792 is #EED86D. Grayscale: #2C2C2C. Windows color (decimal): -15652974 or 9578257. OLE color: 9578257.

HSL color Cylindrical-coordinate representation of color #112792: hue angle of 229.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112792 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 39 146 -
CMYK 0.88 0.73 0 0.43
HSL 229.77º 0.79% 0.32% -
HSV(B) 229.77º 0.88% 0.57% -
XYZ 6.14 3.65 27.57 -
YUV 44.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 17 39 146 0.88 0.73 0 0.43 229.77 0.79 0.32
Hex 11 27 92 58 49 0 2B E6 4F 20
Octal 21 47 222 130 111 0 53 346 117 40
Binary 10001 100111 10010010 1011000 1001001 0 101011 11100110 1001111 100000

Color Harmonies of #112792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112792

Black with #112792

Text Example


Text Example

White with #112792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112792; }

 p { color: rgb(17,39,146); }

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

background-color css

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

 a { background-color: rgb(17,39,146); }

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

border-color css

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

 span { border-color: rgb(17,39,146); }

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