#19323F

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

Shades of Blue Whale #19323F

Tints of Blue Whale #19323F

Color information

#19323F (or 0x19323F) is unknown color: approx Blue Whale. HEX triplet: 19, 32 and 3F. RGB value is (25,50,63). Sum of RGB (Red+Green+Blue) = 25+50+63=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #19323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19323F is #E6CDC0. Grayscale: #2B2B2B. Windows color (decimal): -15125953 or 4141593. OLE color: 4141593.

HSL color Cylindrical-coordinate representation of color #19323F: hue angle of 200.53º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19323F is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255063-
CMYK0.600.2100.75
HSL200.53º43.18%17.25%-
HSV(B)200.53º60.32%24.71%-
XYZ2.442.855.12-
YUV44.01138.72114.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 63 (25% from 255) = 45.65%
R=18.12%
G=36.23%
B=45.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2550630.600.2100.75200.5343.1817.25
Hex19323F3C1504Bc92b11
Octal316277742501133115321
Binary1100111001011111111110010101010010111100100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19323F; }

 p { color: rgb(25,50,63); }

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

<style>
 a { background-color: #19323F; }

 a { background-color: rgb(25,50,63); }

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

<style>
 span { border-color: #19323F; }

 span { border-color: rgb(25,50,63); }

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