#19334C

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

Shades of Blue Whale #19334C

Tints of Blue Whale #19334C

Color information

#19334C (or 0x19334C) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 4C. RGB value is (25,51,76). Sum of RGB (Red+Green+Blue) = 25+51+76=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #19334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19334C is #E6CCB3. Grayscale: #2D2D2D. Windows color (decimal): -15125684 or 4993817. OLE color: 4993817.

HSL color Cylindrical-coordinate representation of color #19334C: hue angle of 209.41º 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 #19334C is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB255176-
CMYK0.670.3300.70
HSL209.41º50.5%19.8%-
HSV(B)209.41º67.11%29.8%-
XYZ2.893.17.28-
YUV46.08144.89112.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 76 (30.08% from 255) = 50%
R=16.45%
G=33.55%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2551760.670.3300.70209.4150.519.8
Hex19334C4321046d13214
Octal31631141034101063216224
Binary1100111001110011001000011100001010001101101000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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