#122E44

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

Shades of Blue Whale #122E44

Tints of Blue Whale #122E44

Color information

#122E44 (or 0x122E44) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 44. RGB value is (18,46,68). Sum of RGB (Red+Green+Blue) = 18+46+68=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #122E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E44 is #EDD1BB. Grayscale: #282828. Windows color (decimal): -15585724 or 4468242. OLE color: 4468242.

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

Color convert

RGB184668-
CMYK0.740.3200.73
HSL206.4º58.14%16.86%-
HSV(B)206.4º73.53%26.67%-
XYZ2.272.55.83-
YUV40.14143.72112.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=13.64%
G=34.85%
B=51.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1846680.740.3200.73206.458.1416.86
Hex122E444A20049ce3a11
Octal22561041124001113167221
Binary1001010111010001001001010100000010010011100111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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