#122C3B

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

Shades of Tangaroa #122C3B

Tints of Tangaroa #122C3B

Color information

#122C3B (or 0x122C3B) is unknown color: approx Tangaroa. HEX triplet: 12, 2C and 3B. RGB value is (18,44,59). Sum of RGB (Red+Green+Blue) = 18+44+59=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #122C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C3B is #EDD3C4. Grayscale: #252525. Windows color (decimal): -15586245 or 3877906. OLE color: 3877906.

HSL color Cylindrical-coordinate representation of color #122C3B: hue angle of 201.95º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #122C3B is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB184459-
CMYK0.690.2500.77
HSL201.95º53.25%15.1%-
HSV(B)201.95º69.49%23.14%-
XYZ1.942.254.47-
YUV37.94139.89113.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=14.88%
G=36.36%
B=48.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1844590.690.2500.77201.9553.2515.1
Hex122C3B451904Dca35f
Octal2254731053101153126517
Binary1001010110011101110001011100101001101110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,59); }

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

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

 a { background-color: rgb(18,44,59); }

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

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

 span { border-color: rgb(18,44,59); }

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