#13313B

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

Shades of Blue Whale #13313B

Tints of Blue Whale #13313B

Color information

#13313B (or 0x13313B) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 3B. RGB value is (19,49,59). Sum of RGB (Red+Green+Blue) = 19+49+59=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #13313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313B is #ECCEC4. Grayscale: #292929. Windows color (decimal): -15519429 or 3879187. OLE color: 3879187.

HSL color Cylindrical-coordinate representation of color #13313B: hue angle of 195º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13313B is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB194959-
CMYK0.680.1700.77
HSL195º51.28%15.29%-
HSV(B)195º67.8%23.14%-
XYZ2.162.654.54-
YUV41.17138.06112.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 59 (23.44% from 255) = 46.46%
R=14.96%
G=38.58%
B=46.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1949590.680.1700.7719551.2815.29
Hex13313B441104Dc333f
Octal2361731042101153036317
Binary1001111000111101110001001000101001101110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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