#113A4C

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

Shades of Blue Whale #113A4C

Tints of Blue Whale #113A4C

Color information

#113A4C (or 0x113A4C) is unknown color: approx Blue Whale. HEX triplet: 11, 3A and 4C. RGB value is (17,58,76). Sum of RGB (Red+Green+Blue) = 17+58+76=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #113A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A4C is #EEC5B3. Grayscale: #2F2F2F. Windows color (decimal): -15648180 or 4995601. OLE color: 4995601.

HSL color Cylindrical-coordinate representation of color #113A4C: hue angle of 198.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113A4C is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB175876-
CMYK0.780.2400.70
HSL198.31º63.44%18.24%-
HSV(B)198.31º77.63%29.8%-
XYZ3.053.677.38-
YUV47.79143.92106.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=11.26%
G=38.41%
B=50.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1758760.780.2400.70198.3163.4418.24
Hex113A4C4E18046c63f12
Octal21721141163001063067722
Binary100011110101001100100111011000010001101100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,76); }

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

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

 a { background-color: rgb(17,58,76); }

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

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

 span { border-color: rgb(17,58,76); }

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