#13313C

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

Shades of Blue Whale #13313C

Tints of Blue Whale #13313C

Color information

#13313C (or 0x13313C) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 3C. RGB value is (19,49,60). Sum of RGB (Red+Green+Blue) = 19+49+60=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #13313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313C is #ECCEC3. Grayscale: #292929. Windows color (decimal): -15519428 or 3944723. OLE color: 3944723.

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

Color convert

RGB194960-
CMYK0.680.1800.76
HSL196.1º51.9%15.49%-
HSV(B)196.1º68.33%23.53%-
XYZ2.182.664.67-
YUV41.28138.56112.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 60 (23.83% from 255) = 46.88%
R=14.84%
G=38.28%
B=46.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1949600.680.1800.76196.151.915.49
Hex13313C441204Cc434f
Octal2361741042201143046417
Binary1001111000111110010001001001001001100110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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