#122840

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

Shades of Tangaroa #122840

Tints of Tangaroa #122840

Color information

#122840 (or 0x122840) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 40. RGB value is (18,40,64). Sum of RGB (Red+Green+Blue) = 18+40+64=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #122840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122840 is #EDD7BF. Grayscale: #242424. Windows color (decimal): -15587264 or 4204562. OLE color: 4204562.

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

Color convert

RGB184064-
CMYK0.720.3800.75
HSL211.3º56.1%16.08%-
HSV(B)211.3º71.88%25.1%-
XYZ1.932.025.14-
YUV36.16143.71115.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=14.75%
G=32.79%
B=52.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1840640.720.3800.75211.356.116.08
Hex122840482604Bd33810
Octal22501001104601133237020
Binary1001010100010000001001000100110010010111101001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122840; }

 p { color: rgb(18,40,64); }

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

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

 a { background-color: rgb(18,40,64); }

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

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

 span { border-color: rgb(18,40,64); }

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