#122D3C

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

Shades of Tangaroa #122D3C

Tints of Tangaroa #122D3C

Color information

#122D3C (or 0x122D3C) is unknown color: approx Tangaroa. HEX triplet: 12, 2D and 3C. RGB value is (18,45,60). Sum of RGB (Red+Green+Blue) = 18+45+60=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #122D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D3C is #EDD2C3. Grayscale: #262626. Windows color (decimal): -15585988 or 3943698. OLE color: 3943698.

HSL color Cylindrical-coordinate representation of color #122D3C: hue angle of 201.43º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #122D3C is Cyan = 0.7, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB184560-
CMYK0.70.2500.76
HSL201.43º53.85%15.29%-
HSV(B)201.43º70%23.53%-
XYZ22.334.62-
YUV38.64140.05113.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=14.63%
G=36.59%
B=48.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1845600.70.2500.76201.4353.8515.29
Hex122D3C461904Cc936f
Octal2255741063101143116617
Binary1001010110111110010001101100101001100110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,45,60); }

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

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

 a { background-color: rgb(18,45,60); }

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

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

 span { border-color: rgb(18,45,60); }

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