#19334E

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

Shades of Blue Whale #19334E

Tints of Blue Whale #19334E

Color information

#19334E (or 0x19334E) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 4E. RGB value is (25,51,78). Sum of RGB (Red+Green+Blue) = 25+51+78=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #19334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19334E is #E6CCB1. Grayscale: #2E2E2E. Windows color (decimal): -15125682 or 5124889. OLE color: 5124889.

HSL color Cylindrical-coordinate representation of color #19334E: hue angle of 210.57º 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 #19334E is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB255178-
CMYK0.680.3500.69
HSL210.57º51.46%20.2%-
HSV(B)210.57º67.95%30.59%-
XYZ2.963.127.65-
YUV46.3145.89112.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=16.23%
G=33.12%
B=50.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2551780.680.3500.69210.5751.4620.2
Hex19334E4423045d33314
Octal31631161044301053236324
Binary1100111001110011101000100100011010001011101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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