#112D49

Color #112D49 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #112D49

Tints of Blue Whale #112D49

Color information

#112D49 (or 0x112D49) is unknown color: approx Blue Whale. HEX triplet: 11, 2D and 49. RGB value is (17,45,73). Sum of RGB (Red+Green+Blue) = 17+45+73=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #112D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D49 is #EED2B6. Grayscale: #272727. Windows color (decimal): -15651511 or 4795665. OLE color: 4795665.

HSL color Cylindrical-coordinate representation of color #112D49: hue angle of 210º 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 #112D49 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174573-
CMYK0.770.3800.71
HSL210º62.22%17.65%-
HSV(B)210º76.71%28.63%-
XYZ2.372.486.66-
YUV39.82146.72111.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=12.59%
G=33.33%
B=54.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1745730.770.3800.7121062.2217.65
Hex112D494D26047d23e12
Octal21551111154601073227622
Binary1000110110110010011001101100110010001111101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #112D49;
 }
 .AnyTagClassName
 {
   color: #112D49;
 }
</style>
background-color css

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

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

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

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

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

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