#122C47

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

Shades of Tangaroa #122C47

Tints of Tangaroa #122C47

Color information

#122C47 (or 0x122C47) is unknown color: approx Tangaroa. HEX triplet: 12, 2C and 47. RGB value is (18,44,71). Sum of RGB (Red+Green+Blue) = 18+44+71=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #122C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C47 is #EDD3B8. Grayscale: #272727. Windows color (decimal): -15586233 or 4664338. OLE color: 4664338.

HSL color Cylindrical-coordinate representation of color #122C47: hue angle of 210.57º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122C47 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB184471-
CMYK0.750.3800.72
HSL210.57º59.55%17.45%-
HSV(B)210.57º74.65%27.84%-
XYZ2.292.386.3-
YUV39.3145.89112.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 71 (28.12% from 255) = 53.38%
R=13.53%
G=33.08%
B=53.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1844710.750.3800.72210.5759.5517.45
Hex122C474B26048d33c11
Octal22541071134601103237421
Binary1001010110010001111001011100110010010001101001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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