#123140

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

Shades of Blue Whale #123140

Tints of Blue Whale #123140

Color information

#123140 (or 0x123140) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 40. RGB value is (18,49,64). Sum of RGB (Red+Green+Blue) = 18+49+64=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #123140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123140 is #EDCEBF. Grayscale: #292929. Windows color (decimal): -15584960 or 4206866. OLE color: 4206866.

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

Color convert

RGB184964-
CMYK0.720.2300.75
HSL199.57º56.1%16.08%-
HSV(B)199.57º71.88%25.1%-
XYZ2.272.75.25-
YUV41.44140.73111.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=13.74%
G=37.40%
B=48.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1849640.720.2300.75199.5756.116.08
Hex123140481704Bc83810
Octal22611001102701133107020
Binary100101100011000000100100010111010010111100100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123140; }

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

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

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

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

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

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

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

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