#11313F

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

Shades of Blue Whale #11313F

Tints of Blue Whale #11313F

Color information

#11313F (or 0x11313F) is unknown color: approx Blue Whale. HEX triplet: 11, 31 and 3F. RGB value is (17,49,63). Sum of RGB (Red+Green+Blue) = 17+49+63=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #11313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11313F is #EECEC0. Grayscale: #282828. Windows color (decimal): -15650497 or 4141329. OLE color: 4141329.

HSL color Cylindrical-coordinate representation of color #11313F: hue angle of 198.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11313F is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174963-
CMYK0.730.2200.75
HSL198.26º57.5%15.69%-
HSV(B)198.26º73.02%24.71%-
XYZ2.232.675.1-
YUV41.03140.4110.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 63 (25% from 255) = 48.84%
R=13.18%
G=37.98%
B=48.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1749630.730.2200.75198.2657.515.69
Hex11313F491604Bc63a10
Octal2161771112601133067220
Binary10001110001111111100100110110010010111100011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11313F; }

 p { color: rgb(17,49,63); }

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

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

 a { background-color: rgb(17,49,63); }

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

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

 span { border-color: rgb(17,49,63); }

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