#183140

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

Shades of Blue Whale #183140

Tints of Blue Whale #183140

Color information

#183140 (or 0x183140) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 40. RGB value is (24,49,64). Sum of RGB (Red+Green+Blue) = 24+49+64=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #183140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183140 is #E7CEBF. Grayscale: #2B2B2B. Windows color (decimal): -15191744 or 4206872. OLE color: 4206872.

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

Color convert

RGB244964-
CMYK0.620.2300.75
HSL202.5º45.45%17.25%-
HSV(B)202.5º62.5%25.1%-
XYZ2.42.765.26-
YUV43.24139.72114.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=17.52%
G=35.77%
B=46.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2449640.620.2300.75202.545.4517.25
Hex1831403E1704Bca2d11
Octal3061100762701133125521
Binary11000110001100000011111010111010010111100101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183140; }

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

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

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

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

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

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

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

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