#122436

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

Shades of Tangaroa #122436

Tints of Tangaroa #122436

Color information

#122436 (or 0x122436) is unknown color: approx Tangaroa. HEX triplet: 12, 24 and 36. RGB value is (18,36,54). Sum of RGB (Red+Green+Blue) = 18+36+54=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #122436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122436 is #EDDBC9. Grayscale: #202020. Windows color (decimal): -15588298 or 3548178. OLE color: 3548178.

HSL color Cylindrical-coordinate representation of color #122436: hue angle of 210º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122436 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB183654-
CMYK0.670.3300.79
HSL210º50%14.12%-
HSV(B)210º66.67%21.18%-
XYZ1.551.663.73-
YUV32.67140.04117.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1836540.670.3300.792105014.12
Hex122436432104Fd232e
Octal2244661034101173226216
Binary10010100100110110100001110000101001111110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122436; }

 p { color: rgb(18,36,54); }

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

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

 a { background-color: rgb(18,36,54); }

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

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

 span { border-color: rgb(18,36,54); }

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