#122E50

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

Shades of Blue Whale #122E50

Tints of Blue Whale #122E50

Color information

#122E50 (or 0x122E50) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 50. RGB value is (18,46,80). Sum of RGB (Red+Green+Blue) = 18+46+80=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #122E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E50 is #EDD1AF. Grayscale: #292929. Windows color (decimal): -15585712 or 5254674. OLE color: 5254674.

HSL color Cylindrical-coordinate representation of color #122E50: hue angle of 212.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122E50 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184680-
CMYK0.780.4200.69
HSL212.9º63.27%19.22%-
HSV(B)212.9º77.5%31.37%-
XYZ2.672.667.96-
YUV41.5149.72111.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=12.5%
G=31.94%
B=55.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1846800.780.4200.69212.963.2719.22
Hex122E504E2A045d53f13
Octal22561201165201053257723
Binary1001010111010100001001110101010010001011101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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