#113146

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

Shades of Blue Whale #113146

Tints of Blue Whale #113146

Color information

#113146 (or 0x113146) is unknown color: approx Blue Whale. HEX triplet: 11, 31 and 46. RGB value is (17,49,70). Sum of RGB (Red+Green+Blue) = 17+49+70=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #113146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113146 is #EECEB9. Grayscale: #292929. Windows color (decimal): -15650490 or 4600081. OLE color: 4600081.

HSL color Cylindrical-coordinate representation of color #113146: hue angle of 203.77º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113146 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB174970-
CMYK0.760.3000.73
HSL203.77º60.92%17.06%-
HSV(B)203.77º75.71%27.45%-
XYZ2.432.766.2-
YUV41.83143.9110.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 70 (27.73% from 255) = 51.47%
R=12.5%
G=36.03%
B=51.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1749700.760.3000.73203.7760.9217.06
Hex1131464C1E049cc3d11
Octal21611061143601113147521
Binary100011100011000110100110011110010010011100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113146; }

 p { color: rgb(17,49,70); }

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

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

 a { background-color: rgb(17,49,70); }

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

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

 span { border-color: rgb(17,49,70); }

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