#122942

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

Shades of Tangaroa #122942

Tints of Tangaroa #122942

Color information

#122942 (or 0x122942) is unknown color: approx Tangaroa. HEX triplet: 12, 29 and 42. RGB value is (18,41,66). Sum of RGB (Red+Green+Blue) = 18+41+66=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #122942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122942 is #EDD6BD. Grayscale: #242424. Windows color (decimal): -15587006 or 4335890. OLE color: 4335890.

HSL color Cylindrical-coordinate representation of color #122942: hue angle of 211.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122942 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB184166-
CMYK0.730.3800.74
HSL211.25º57.14%16.47%-
HSV(B)211.25º72.73%25.88%-
XYZ2.032.115.45-
YUV36.97144.38114.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=14.4%
G=32.8%
B=52.8%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1841660.730.3800.74211.2557.1416.47
Hex122942492604Ad33910
Octal22511021114601123237120
Binary1001010100110000101001001100110010010101101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122942; }

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

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

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

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

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

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

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

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