#122941

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

Shades of Tangaroa #122941

Tints of Tangaroa #122941

Color information

#122941 (or 0x122941) is unknown color: approx Tangaroa. HEX triplet: 12, 29 and 41. RGB value is (18,41,65). Sum of RGB (Red+Green+Blue) = 18+41+65=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #122941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122941 is #EDD6BE. Grayscale: #242424. Windows color (decimal): -15587007 or 4270354. OLE color: 4270354.

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

Color convert

RGB184165-
CMYK0.720.3700.75
HSL210.64º56.63%16.27%-
HSV(B)210.64º72.31%25.49%-
XYZ22.15.3-
YUV36.86143.88114.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=14.52%
G=33.06%
B=52.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1841650.720.3700.75210.6456.6316.27
Hex122941482504Bd33910
Octal22511011104501133237120
Binary1001010100110000011001000100101010010111101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122941; }

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

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

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

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

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

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

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

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