#113247

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

Shades of Blue Whale #113247

Tints of Blue Whale #113247

Color information

#113247 (or 0x113247) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 47. RGB value is (17,50,71). Sum of RGB (Red+Green+Blue) = 17+50+71=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #113247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113247 is #EECDB8. Grayscale: #2A2A2A. Windows color (decimal): -15650233 or 4665873. OLE color: 4665873.

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

Color convert

RGB175071-
CMYK0.760.3000.72
HSL203.33º61.36%17.25%-
HSV(B)203.33º76.06%27.84%-
XYZ2.512.866.38-
YUV42.53144.07109.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=12.32%
G=36.23%
B=51.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1750710.760.3000.72203.3361.3617.25
Hex1132474C1E048cb3d11
Octal21621071143601103137521
Binary100011100101000111100110011110010010001100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113247; }

 p { color: rgb(17,50,71); }

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

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

 a { background-color: rgb(17,50,71); }

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

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

 span { border-color: rgb(17,50,71); }

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