#122940

Color #122940 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #122940

Tints of Tangaroa #122940

Color information

#122940 (or 0x122940) is unknown color: approx Tangaroa. HEX triplet: 12, 29 and 40. RGB value is (18,41,64). Sum of RGB (Red+Green+Blue) = 18+41+64=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #122940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122940 is #EDD6BF. Grayscale: #242424. Windows color (decimal): -15587008 or 4204818. OLE color: 4204818.

HSL color Cylindrical-coordinate representation of color #122940: hue angle of 210º 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 #122940 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184164-
CMYK0.720.3600.75
HSL210º56.1%16.08%-
HSV(B)210º71.88%25.1%-
XYZ1.972.085.15-
YUV36.74143.38114.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=14.63%
G=33.33%
B=52.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1841640.720.3600.7521056.116.08
Hex122940482404Bd23810
Octal22511001104401133227020
Binary1001010100110000001001000100100010010111101001011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122940; }

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

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

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

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

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

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

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

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