#113846

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

Shades of Blue Whale #113846

Tints of Blue Whale #113846

Color information

#113846 (or 0x113846) is unknown color: approx Blue Whale. HEX triplet: 11, 38 and 46. RGB value is (17,56,70). Sum of RGB (Red+Green+Blue) = 17+56+70=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #113846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113846 is #EEC7B9. Grayscale: #2D2D2D. Windows color (decimal): -15648698 or 4601873. OLE color: 4601873.

HSL color Cylindrical-coordinate representation of color #113846: hue angle of 195.85º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113846 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB175670-
CMYK0.760.2000.73
HSL195.85º60.92%17.06%-
HSV(B)195.85º75.71%27.45%-
XYZ2.753.396.3-
YUV45.94141.58107.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=11.89%
G=39.16%
B=48.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1756700.760.2000.73195.8560.9217.06
Hex1138464C14049c43d11
Octal21701061142401113047521
Binary100011110001000110100110010100010010011100010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113846; }

 p { color: rgb(17,56,70); }

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

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

 a { background-color: rgb(17,56,70); }

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

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

 span { border-color: rgb(17,56,70); }

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