Html Css Color HEX #112992 Egyptian Blue

📋 copy color: '#112992'

red 17 ◦ green 41 ◦ blue 146

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

Shades of Egyptian Blue #112992

Tints of Egyptian Blue #112992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 8.33%
G = 20.1%
B = 71.57%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112992 (or 0x112992) is known color: Egyptian Blue. HEX triplet: 11, 29 and 92. RGB value is (17,41,146). Sum of RGB (Red+Green+Blue) = 17+41+146=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #112992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112992 is #EED66D. Grayscale: #2D2D2D. Windows color (decimal): -15652462 or 9578769. OLE color: 9578769.

HSL color Cylindrical-coordinate representation of color #112992: hue angle of 228.84º 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 #112992 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 41 146 -
CMYK 0.88 0.72 0 0.43
HSL 228.84º 0.79% 0.32% -
HSV(B) 228.84º 0.88% 0.57% -
XYZ 6.21 3.78 27.6 -
YUV 45.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 17 41 146 0.88 0.72 0 0.43 228.84 0.79 0.32
Hex 11 29 92 58 48 0 2B E5 4F 20
Octal 21 51 222 130 110 0 53 345 117 40
Binary 10001 101001 10010010 1011000 1001000 0 101011 11100101 1001111 100000

Color Harmonies of #112992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112992

Black with #112992

Text Example


Text Example

White with #112992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112992; }

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

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

background-color css

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

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

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

border-color css

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

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

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