#122437

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

Shades of Tangaroa #122437

Tints of Tangaroa #122437

Color information

#122437 (or 0x122437) is unknown color: approx Tangaroa. HEX triplet: 12, 24 and 37. RGB value is (18,36,55). Sum of RGB (Red+Green+Blue) = 18+36+55=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #122437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122437 is #EDDBC8. Grayscale: #202020. Windows color (decimal): -15588297 or 3613714. OLE color: 3613714.

HSL color Cylindrical-coordinate representation of color #122437: hue angle of 210.81º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122437 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183655-
CMYK0.670.3500.78
HSL210.81º50.68%14.31%-
HSV(B)210.81º67.27%21.57%-
XYZ1.571.673.85-
YUV32.78140.54117.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=16.51%
G=33.03%
B=50.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1836550.670.3500.78210.8150.6814.31
Hex122437432304Ed333e
Octal2244671034301163236316
Binary10010100100110111100001110001101001110110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122437; }

 p { color: rgb(18,36,55); }

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

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

 a { background-color: rgb(18,36,55); }

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

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

 span { border-color: rgb(18,36,55); }

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