#19384E

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

Shades of Blue Whale #19384E

Tints of Blue Whale #19384E

Color information

#19384E (or 0x19384E) is unknown color: approx Blue Whale. HEX triplet: 19, 38 and 4E. RGB value is (25,56,78). Sum of RGB (Red+Green+Blue) = 25+56+78=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #19384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19384E is #E6C7B1. Grayscale: #313131. Windows color (decimal): -15124402 or 5126169. OLE color: 5126169.

HSL color Cylindrical-coordinate representation of color #19384E: hue angle of 204.91º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19384E is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255678-
CMYK0.680.2800.69
HSL204.91º51.46%20.2%-
HSV(B)204.91º67.95%30.59%-
XYZ3.193.597.73-
YUV49.24144.23110.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=15.72%
G=35.22%
B=49.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2556780.680.2800.69204.9151.4620.2
Hex19384E441C045cd3314
Octal31701161043401053156324
Binary110011110001001110100010011100010001011100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19384E; }

 p { color: rgb(25,56,78); }

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

<style>
 a { background-color: #19384E; }

 a { background-color: rgb(25,56,78); }

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

<style>
 span { border-color: #19384E; }

 span { border-color: rgb(25,56,78); }

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