#19313A

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

Shades of Blue Whale #19313A

Tints of Blue Whale #19313A

Color information

#19313A (or 0x19313A) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 3A. RGB value is (25,49,58). Sum of RGB (Red+Green+Blue) = 25+49+58=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #19313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19313A is #E6CEC5. Grayscale: #2A2A2A. Windows color (decimal): -15126214 or 3813657. OLE color: 3813657.

HSL color Cylindrical-coordinate representation of color #19313A: hue angle of 196.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19313A is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB254958-
CMYK0.570.1600.77
HSL196.36º39.76%16.27%-
HSV(B)196.36º56.9%22.75%-
XYZ2.262.714.41-
YUV42.85136.55115.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=18.94%
G=37.12%
B=43.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2549580.570.1600.77196.3639.7616.27
Hex19313A391004Dc42810
Octal316172712001153045020
Binary1100111000111101011100110000010011011100010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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