#193140

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

Shades of Blue Whale #193140

Tints of Blue Whale #193140

Color information

#193140 (or 0x193140) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 40. RGB value is (25,49,64). Sum of RGB (Red+Green+Blue) = 25+49+64=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #193140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193140 is #E6CEBF. Grayscale: #2B2B2B. Windows color (decimal): -15126208 or 4206873. OLE color: 4206873.

HSL color Cylindrical-coordinate representation of color #193140: hue angle of 203.08º 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 #193140 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB254964-
CMYK0.610.2300.75
HSL203.08º43.82%17.45%-
HSV(B)203.08º60.94%25.1%-
XYZ2.422.775.26-
YUV43.53139.55114.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=18.12%
G=35.51%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2549640.610.2300.75203.0843.8217.45
Hex1931403D1704Bcb2c11
Octal3161100752701133135421
Binary11001110001100000011110110111010010111100101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193140; }

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

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

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

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

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

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

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

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