#122E4D

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

Shades of Blue Whale #122E4D

Tints of Blue Whale #122E4D

Color information

#122E4D (or 0x122E4D) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 4D. RGB value is (18,46,77). Sum of RGB (Red+Green+Blue) = 18+46+77=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #122E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E4D is #EDD1B2. Grayscale: #292929. Windows color (decimal): -15585715 or 5058066. OLE color: 5058066.

HSL color Cylindrical-coordinate representation of color #122E4D: hue angle of 211.53º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122E4D is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184677-
CMYK0.770.4000.70
HSL211.53º62.11%18.63%-
HSV(B)211.53º76.62%30.2%-
XYZ2.572.627.39-
YUV41.16148.22111.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=12.77%
G=32.62%
B=54.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1846770.770.4000.70211.5362.1118.63
Hex122E4D4D28046d43e13
Octal22561151155001063247623
Binary1001010111010011011001101101000010001101101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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