#123240

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

Shades of Blue Whale #123240

Tints of Blue Whale #123240

Color information

#123240 (or 0x123240) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 40. RGB value is (18,50,64). Sum of RGB (Red+Green+Blue) = 18+50+64=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #123240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123240 is #EDCDBF. Grayscale: #292929. Windows color (decimal): -15584704 or 4207122. OLE color: 4207122.

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

Color convert

RGB185064-
CMYK0.720.2200.75
HSL198.26º56.1%16.08%-
HSV(B)198.26º71.88%25.1%-
XYZ2.322.785.27-
YUV42.03140.4110.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=13.64%
G=37.88%
B=48.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1850640.720.2200.75198.2656.116.08
Hex123240481604Bc63810
Octal22621001102601133067020
Binary100101100101000000100100010110010010111100011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123240; }

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

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

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

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

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

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

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

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