#112D4A

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

Shades of Blue Whale #112D4A

Tints of Blue Whale #112D4A

Color information

#112D4A (or 0x112D4A) is unknown color: approx Blue Whale. HEX triplet: 11, 2D and 4A. RGB value is (17,45,74). Sum of RGB (Red+Green+Blue) = 17+45+74=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #112D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D4A is #EED2B5. Grayscale: #272727. Windows color (decimal): -15651510 or 4861201. OLE color: 4861201.

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

Color convert

RGB174574-
CMYK0.770.3900.71
HSL210.53º62.64%17.84%-
HSV(B)210.53º77.03%29.02%-
XYZ2.412.496.83-
YUV39.93147.22111.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=12.5%
G=33.09%
B=54.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1745740.770.3900.71210.5362.6417.84
Hex112D4A4D27047d33f12
Octal21551121154701073237722
Binary1000110110110010101001101100111010001111101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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