#122E48

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

Shades of Blue Whale #122E48

Tints of Blue Whale #122E48

Color information

#122E48 (or 0x122E48) is unknown color: approx Blue Whale. HEX triplet: 12, 2E and 48. RGB value is (18,46,72). Sum of RGB (Red+Green+Blue) = 18+46+72=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #122E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E48 is #EDD1B7. Grayscale: #282828. Windows color (decimal): -15585720 or 4730386. OLE color: 4730386.

HSL color Cylindrical-coordinate representation of color #122E48: hue angle of 208.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122E48 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB184672-
CMYK0.750.3600.72
HSL208.89º60%17.65%-
HSV(B)208.89º75%28.24%-
XYZ2.42.556.5-
YUV40.59145.72111.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=13.24%
G=33.82%
B=52.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1846720.750.3600.72208.896017.65
Hex122E484B24048d13c12
Octal22561101134401103217422
Binary1001010111010010001001011100100010010001101000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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