#113051

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

Shades of Blue Whale #113051

Tints of Blue Whale #113051

Color information

#113051 (or 0x113051) is unknown color: approx Blue Whale. HEX triplet: 11, 30 and 51. RGB value is (17,48,81). Sum of RGB (Red+Green+Blue) = 17+48+81=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #113051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113051 is #EECFAE. Grayscale: #2A2A2A. Windows color (decimal): -15650735 or 5320721. OLE color: 5320721.

HSL color Cylindrical-coordinate representation of color #113051: hue angle of 210.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113051 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB174881-
CMYK0.790.4100.68
HSL210.94º65.31%19.22%-
HSV(B)210.94º79.01%31.76%-
XYZ2.772.838.18-
YUV42.49149.73109.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=11.64%
G=32.88%
B=55.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1748810.790.4100.68210.9465.3119.22
Hex1130514F29044d34113
Octal216012111751010432310123
Binary10001110000101000110011111010010100010011010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113051; }

 p { color: rgb(17,48,81); }

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

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

 a { background-color: rgb(17,48,81); }

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

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

 span { border-color: rgb(17,48,81); }

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