#122742

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

Shades of Tangaroa #122742

Tints of Tangaroa #122742

Color information

#122742 (or 0x122742) is unknown color: approx Tangaroa. HEX triplet: 12, 27 and 42. RGB value is (18,39,66). Sum of RGB (Red+Green+Blue) = 18+39+66=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #122742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122742 is #EDD8BD. Grayscale: #232323. Windows color (decimal): -15587518 or 4335378. OLE color: 4335378.

HSL color Cylindrical-coordinate representation of color #122742: hue angle of 213.75º 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 #122742 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB183966-
CMYK0.730.4100.74
HSL213.75º57.14%16.47%-
HSV(B)213.75º72.73%25.88%-
XYZ1.961.975.43-
YUV35.8145.04115.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=14.63%
G=31.71%
B=53.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1839660.730.4100.74213.7557.1416.47
Hex122742492904Ad63910
Octal22471021115101123267120
Binary1001010011110000101001001101001010010101101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122742; }

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

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

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

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

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

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

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

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