#122F39

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

Shades of Blue Whale #122F39

Tints of Blue Whale #122F39

Color information

#122F39 (or 0x122F39) is unknown color: approx Blue Whale. HEX triplet: 12, 2F and 39. RGB value is (18,47,57). Sum of RGB (Red+Green+Blue) = 18+47+57=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #122F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F39 is #EDD0C6. Grayscale: #272727. Windows color (decimal): -15585479 or 3747602. OLE color: 3747602.

HSL color Cylindrical-coordinate representation of color #122F39: hue angle of 195.38º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #122F39 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB184757-
CMYK0.680.1800.78
HSL195.38º52%14.71%-
HSV(B)195.38º68.42%22.35%-
XYZ22.464.24-
YUV39.47137.89112.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=14.75%
G=38.52%
B=46.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1847570.680.1800.78195.385214.71
Hex122F39441204Ec334f
Octal2257711042201163036417
Binary1001010111111100110001001001001001110110000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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