#122738

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

Shades of Tangaroa #122738

Tints of Tangaroa #122738

Color information

#122738 (or 0x122738) is unknown color: approx Tangaroa. HEX triplet: 12, 27 and 38. RGB value is (18,39,56). Sum of RGB (Red+Green+Blue) = 18+39+56=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #122738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122738 is #EDD8C7. Grayscale: #222222. Windows color (decimal): -15587528 or 3680018. OLE color: 3680018.

HSL color Cylindrical-coordinate representation of color #122738: hue angle of 206.84º 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 #122738 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183956-
CMYK0.680.3000.78
HSL206.84º51.35%14.51%-
HSV(B)206.84º67.86%21.96%-
XYZ1.691.874.01-
YUV34.66140.04116.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=15.93%
G=34.51%
B=49.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1839560.680.3000.78206.8451.3514.51
Hex122738441E04Ecf33f
Octal2247701043601163176317
Binary1001010011111100010001001111001001110110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122738; }

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

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

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

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

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

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

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

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