#113441

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

Shades of Blue Whale #113441

Tints of Blue Whale #113441

Color information

#113441 (or 0x113441) is unknown color: approx Blue Whale. HEX triplet: 11, 34 and 41. RGB value is (17,52,65). Sum of RGB (Red+Green+Blue) = 17+52+65=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #113441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113441 is #EECBBE. Grayscale: #2A2A2A. Windows color (decimal): -15649727 or 4273169. OLE color: 4273169.

HSL color Cylindrical-coordinate representation of color #113441: hue angle of 196.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113441 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175265-
CMYK0.740.2000.75
HSL196.25º58.54%16.08%-
HSV(B)196.25º73.85%25.49%-
XYZ2.412.965.44-
YUV43.02140.4109.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=12.69%
G=38.81%
B=48.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1752650.740.2000.75196.2558.5416.08
Hex1134414A1404Bc43b10
Octal21641011122401133047320
Binary100011101001000001100101010100010010111100010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113441; }

 p { color: rgb(17,52,65); }

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

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

 a { background-color: rgb(17,52,65); }

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

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

 span { border-color: rgb(17,52,65); }

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