#113A4A

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

Shades of Blue Whale #113A4A

Tints of Blue Whale #113A4A

Color information

#113A4A (or 0x113A4A) is unknown color: approx Blue Whale. HEX triplet: 11, 3A and 4A. RGB value is (17,58,74). Sum of RGB (Red+Green+Blue) = 17+58+74=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #113A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A4A is #EEC5B5. Grayscale: #2F2F2F. Windows color (decimal): -15648182 or 4864529. OLE color: 4864529.

HSL color Cylindrical-coordinate representation of color #113A4A: hue angle of 196.84º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113A4A is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB175874-
CMYK0.770.2200.71
HSL196.84º62.64%17.84%-
HSV(B)196.84º77.03%29.02%-
XYZ2.983.647.02-
YUV47.56142.92106.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=11.41%
G=38.93%
B=49.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1758740.770.2200.71196.8462.6417.84
Hex113A4A4D16047c53f12
Octal21721121152601073057722
Binary100011110101001010100110110110010001111100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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