#122A40

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

Shades of Tangaroa #122A40

Tints of Tangaroa #122A40

Color information

#122A40 (or 0x122A40) is unknown color: approx Tangaroa. HEX triplet: 12, 2A and 40. RGB value is (18,42,64). Sum of RGB (Red+Green+Blue) = 18+42+64=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #122A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A40 is #EDD5BF. Grayscale: #252525. Windows color (decimal): -15586752 or 4205074. OLE color: 4205074.

HSL color Cylindrical-coordinate representation of color #122A40: hue angle of 208.7º 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 #122A40 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184264-
CMYK0.720.3400.75
HSL208.7º56.1%16.08%-
HSV(B)208.7º71.88%25.1%-
XYZ22.155.16-
YUV37.33143.05114.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=14.52%
G=33.87%
B=51.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1842640.720.3400.75208.756.116.08
Hex122A40482204Bd13810
Octal22521001104201133217020
Binary1001010101010000001001000100010010010111101000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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