#13313D

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

Shades of Blue Whale #13313D

Tints of Blue Whale #13313D

Color information

#13313D (or 0x13313D) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 3D. RGB value is (19,49,61). Sum of RGB (Red+Green+Blue) = 19+49+61=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #13313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313D is #ECCEC2. Grayscale: #292929. Windows color (decimal): -15519427 or 4010259. OLE color: 4010259.

HSL color Cylindrical-coordinate representation of color #13313D: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13313D is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB194961-
CMYK0.690.2000.76
HSL197.14º52.5%15.69%-
HSV(B)197.14º68.85%23.92%-
XYZ2.212.674.81-
YUV41.4139.06112.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=14.73%
G=37.98%
B=47.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1949610.690.2000.76197.1452.515.69
Hex13313D451404Cc53410
Octal2361751052401143056420
Binary10011110001111101100010110100010011001100010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13313D; }

 p { color: rgb(19,49,61); }

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

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

 a { background-color: rgb(19,49,61); }

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

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

 span { border-color: rgb(19,49,61); }

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