Html Css Color HEX #112E49 Blue Whale

📋 copy color: '#112E49'

red 17 ◦ green 46 ◦ blue 73

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

Shades of Blue Whale #112E49

Tints of Blue Whale #112E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

 BLUE value IS 73 (28.91% from 255) = 53.68%

R = 12.5%
G = 33.82%
B = 53.68%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112E49 (or 0x112E49) is known color: Blue Whale. HEX triplet: 11, 2E and 49. RGB value is (17,46,73). Sum of RGB (Red+Green+Blue) = 17+46+73=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #112E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E49 is #EED1B6. Grayscale: #282828. Windows color (decimal): -15651255 or 4795921. OLE color: 4795921.

HSL color Cylindrical-coordinate representation of color #112E49: hue angle of 208.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112E49 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 46 73 -
CMYK 0.77 0.37 0 0.71
HSL 208.93º 0.62% 0.18% -
HSV(B) 208.93º 0.77% 0.29% -
XYZ 2.41 2.55 6.67 -
YUV 40.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 17 46 73 0.77 0.37 0 0.71 208.93 0.62 0.18
Hex 11 2E 49 4D 25 0 47 D1 3E 12
Octal 21 56 111 115 45 0 107 321 76 22
Binary 10001 101110 1001001 1001101 100101 0 1000111 11010001 111110 10010

Color Harmonies of #112E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E49

Black with #112E49

Text Example


Text Example

White with #112E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,73); }

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

background-color css

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

 a { background-color: rgb(17,46,73); }

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

border-color css

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

 span { border-color: rgb(17,46,73); }

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