#112F45

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

Shades of Blue Whale #112F45

Tints of Blue Whale #112F45

Color information

#112F45 (or 0x112F45) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 45. RGB value is (17,47,69). Sum of RGB (Red+Green+Blue) = 17+47+69=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #112F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F45 is #EED0BA. Grayscale: #282828. Windows color (decimal): -15651003 or 4534033. OLE color: 4534033.

HSL color Cylindrical-coordinate representation of color #112F45: hue angle of 205.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112F45 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB174769-
CMYK0.750.3200.73
HSL205.38º60.47%16.86%-
HSV(B)205.38º75.36%27.06%-
XYZ2.322.586.01-
YUV40.54144.06111.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=12.78%
G=35.34%
B=51.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1747690.750.3200.73205.3860.4716.86
Hex112F454B20049cd3c11
Octal21571051134001113157421
Binary1000110111110001011001011100000010010011100110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,47,69); }

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

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

 a { background-color: rgb(17,47,69); }

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

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

 span { border-color: rgb(17,47,69); }

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