#113946

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

Shades of Blue Whale #113946

Tints of Blue Whale #113946

Color information

#113946 (or 0x113946) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 46. RGB value is (17,57,70). Sum of RGB (Red+Green+Blue) = 17+57+70=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #113946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113946 is #EEC6B9. Grayscale: #2E2E2E. Windows color (decimal): -15648442 or 4602129. OLE color: 4602129.

HSL color Cylindrical-coordinate representation of color #113946: hue angle of 194.72º 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 #113946 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB175770-
CMYK0.760.1900.73
HSL194.72º60.92%17.06%-
HSV(B)194.72º75.71%27.45%-
XYZ2.83.496.32-
YUV46.52141.25106.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=11.81%
G=39.58%
B=48.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1757700.760.1900.73194.7260.9217.06
Hex1139464C13049c33d11
Octal21711061142301113037521
Binary100011110011000110100110010011010010011100001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113946; }

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

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

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

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

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

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

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

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