#19313D

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

Shades of Blue Whale #19313D

Tints of Blue Whale #19313D

Color information

#19313D (or 0x19313D) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 3D. RGB value is (25,49,61). Sum of RGB (Red+Green+Blue) = 25+49+61=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #19313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19313D is #E6CEC2. Grayscale: #2B2B2B. Windows color (decimal): -15126211 or 4010265. OLE color: 4010265.

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

Color convert

RGB254961-
CMYK0.590.2000.76
HSL200º41.86%16.86%-
HSV(B)200º59.02%23.92%-
XYZ2.342.744.82-
YUV43.19138.05115.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=18.52%
G=36.30%
B=45.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2549610.590.2000.7620041.8616.86
Hex19313D3B1404Cc82a11
Octal316175732401143105221
Binary1100111000111110111101110100010011001100100010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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