#113B48

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

Shades of Blue Whale #113B48

Tints of Blue Whale #113B48

Color information

#113B48 (or 0x113B48) is unknown color: approx Blue Whale. HEX triplet: 11, 3B and 48. RGB value is (17,59,72). Sum of RGB (Red+Green+Blue) = 17+59+72=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #113B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B48 is #EEC4B7. Grayscale: #2F2F2F. Windows color (decimal): -15647928 or 4733713. OLE color: 4733713.

HSL color Cylindrical-coordinate representation of color #113B48: hue angle of 194.18º degrees, saturation: 0.62, 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 #113B48 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB175972-
CMYK0.760.1800.72
HSL194.18º61.8%17.45%-
HSV(B)194.18º76.39%28.24%-
XYZ2.963.716.69-
YUV47.92141.59105.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=11.49%
G=39.86%
B=48.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1759720.760.1800.72194.1861.817.45
Hex113B484C12048c23e11
Octal21731101142201103027621
Binary100011110111001000100110010010010010001100001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B48; }

 p { color: rgb(17,59,72); }

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

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

 a { background-color: rgb(17,59,72); }

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

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

 span { border-color: rgb(17,59,72); }

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