#19394C

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

Shades of Blue Whale #19394C

Tints of Blue Whale #19394C

Color information

#19394C (or 0x19394C) is unknown color: approx Blue Whale. HEX triplet: 19, 39 and 4C. RGB value is (25,57,76). Sum of RGB (Red+Green+Blue) = 25+57+76=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #19394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19394C is #E6C6B3. Grayscale: #313131. Windows color (decimal): -15124148 or 4995353. OLE color: 4995353.

HSL color Cylindrical-coordinate representation of color #19394C: hue angle of 202.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19394C is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB255776-
CMYK0.670.2500.70
HSL202.35º50.5%19.8%-
HSV(B)202.35º67.11%29.8%-
XYZ3.173.657.38-
YUV49.6142.9110.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=15.82%
G=36.08%
B=48.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2557760.670.2500.70202.3550.519.8
Hex19394C4319046ca3214
Octal31711141033101063126224
Binary110011110011001100100001111001010001101100101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,57,76); }

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

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

 a { background-color: rgb(25,57,76); }

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

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

 span { border-color: rgb(25,57,76); }

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