#122E4E

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

Shades of Blue Whale #122E4E

Tints of Blue Whale #122E4E

Color information

#122E4E (or 0x122E4E) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 4E. RGB value is (18,46,78). Sum of RGB (Red+Green+Blue) = 18+46+78=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #122E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E4E is #EDD1B1. Grayscale: #292929. Windows color (decimal): -15585714 or 5123602. OLE color: 5123602.

HSL color Cylindrical-coordinate representation of color #122E4E: hue angle of 212º degrees, saturation: 0.62, 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 #122E4E is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184678-
CMYK0.770.4100.69
HSL212º62.5%18.82%-
HSV(B)212º76.92%30.59%-
XYZ2.62.637.58-
YUV41.28148.72111.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=12.68%
G=32.39%
B=54.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1846780.770.4100.6921262.518.82
Hex122E4E4D29045d43e13
Octal22561161155101053247623
Binary1001010111010011101001101101001010001011101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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