#122F40

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

Shades of Blue Whale #122F40

Tints of Blue Whale #122F40

Color information

#122F40 (or 0x122F40) is unknown color: approx Blue Whale. HEX triplet: 12, 2F and 40. RGB value is (18,47,64). Sum of RGB (Red+Green+Blue) = 18+47+64=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #122F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F40 is #EDD0BF. Grayscale: #282828. Windows color (decimal): -15585472 or 4206354. OLE color: 4206354.

HSL color Cylindrical-coordinate representation of color #122F40: hue angle of 202.17º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122F40 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184764-
CMYK0.720.2700.75
HSL202.17º56.1%16.08%-
HSV(B)202.17º71.88%25.1%-
XYZ2.192.535.22-
YUV40.27141.39112.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=13.95%
G=36.43%
B=49.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1847640.720.2700.75202.1756.116.08
Hex122F40481B04Bca3810
Octal22571001103301133127020
Binary100101011111000000100100011011010010111100101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,64); }

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

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

 a { background-color: rgb(18,47,64); }

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

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

 span { border-color: rgb(18,47,64); }

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