#122E46

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

Shades of Blue Whale #122E46

Tints of Blue Whale #122E46

Color information

#122E46 (or 0x122E46) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 46. RGB value is (18,46,70). Sum of RGB (Red+Green+Blue) = 18+46+70=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #122E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E46 is #EDD1B9. Grayscale: #282828. Windows color (decimal): -15585722 or 4599314. OLE color: 4599314.

HSL color Cylindrical-coordinate representation of color #122E46: hue angle of 207.69º 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 #122E46 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB184670-
CMYK0.740.3400.73
HSL207.69º59.09%17.25%-
HSV(B)207.69º74.29%27.45%-
XYZ2.332.526.16-
YUV40.36144.72112.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=13.43%
G=34.33%
B=52.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1846700.740.3400.73207.6959.0917.25
Hex122E464A22049d03b11
Octal22561061124201113207321
Binary1001010111010001101001010100010010010011101000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E46; }

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

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

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

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

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

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

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

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