#122438

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

Shades of Tangaroa #122438

Tints of Tangaroa #122438

Color information

#122438 (or 0x122438) is unknown color: approx Tangaroa. HEX triplet: 12, 24 and 38. RGB value is (18,36,56). Sum of RGB (Red+Green+Blue) = 18+36+56=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #122438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122438 is #EDDBC7. Grayscale: #202020. Windows color (decimal): -15588296 or 3679250. OLE color: 3679250.

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

Color convert

RGB183656-
CMYK0.680.3600.78
HSL211.58º51.35%14.51%-
HSV(B)211.58º67.86%21.96%-
XYZ1.591.683.98-
YUV32.9141.04117.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=16.36%
G=32.73%
B=50.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1836560.680.3600.78211.5851.3514.51
Hex122438442404Ed433f
Octal2244701044401163246317
Binary10010100100111000100010010010001001110110101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122438; }

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

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

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

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

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

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

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

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