#123146

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

Shades of Blue Whale #123146

Tints of Blue Whale #123146

Color information

#123146 (or 0x123146) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 46. RGB value is (18,49,70). Sum of RGB (Red+Green+Blue) = 18+49+70=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #123146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123146 is #EDCEB9. Grayscale: #2A2A2A. Windows color (decimal): -15584954 or 4600082. OLE color: 4600082.

HSL color Cylindrical-coordinate representation of color #123146: hue angle of 204.23º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123146 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB184970-
CMYK0.740.3000.73
HSL204.23º59.09%17.25%-
HSV(B)204.23º74.29%27.45%-
XYZ2.452.776.2-
YUV42.12143.73110.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=13.14%
G=35.77%
B=51.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1849700.740.3000.73204.2359.0917.25
Hex1231464A1E049cc3b11
Octal22611061123601113147321
Binary100101100011000110100101011110010010011100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123146; }

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

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

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

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

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

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

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

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