#193240

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

Shades of Blue Whale #193240

Tints of Blue Whale #193240

Color information

#193240 (or 0x193240) is unknown color: approx Blue Whale. HEX triplet: 19, 32 and 40. RGB value is (25,50,64). Sum of RGB (Red+Green+Blue) = 25+50+64=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #193240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193240 is #E6CDBF. Grayscale: #2C2C2C. Windows color (decimal): -15125952 or 4207129. OLE color: 4207129.

HSL color Cylindrical-coordinate representation of color #193240: hue angle of 201.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193240 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255064-
CMYK0.610.2200.75
HSL201.54º43.82%17.45%-
HSV(B)201.54º60.94%25.1%-
XYZ2.472.865.27-
YUV44.12139.22114.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=17.99%
G=35.97%
B=46.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2550640.610.2200.75201.5443.8217.45
Hex1932403D1604Bca2c11
Octal3162100752601133125421
Binary11001110010100000011110110110010010111100101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193240; }

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

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

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

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

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

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

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

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