#19334A

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

Shades of Blue Whale #19334A

Tints of Blue Whale #19334A

Color information

#19334A (or 0x19334A) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 4A. RGB value is (25,51,74). Sum of RGB (Red+Green+Blue) = 25+51+74=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #19334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19334A is #E6CCB5. Grayscale: #2D2D2D. Windows color (decimal): -15125686 or 4862745. OLE color: 4862745.

HSL color Cylindrical-coordinate representation of color #19334A: hue angle of 208.16º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19334A is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB255174-
CMYK0.660.3100.71
HSL208.16º49.49%19.41%-
HSV(B)208.16º66.22%29.02%-
XYZ2.823.076.92-
YUV45.85143.89113.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=16.67%
G=34%
B=49.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2551740.660.3100.71208.1649.4919.41
Hex19334A421F047d03113
Octal31631121023701073206123
Binary110011100111001010100001011111010001111101000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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