#012739

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

Shades of Tangaroa #012739

Tints of Tangaroa #012739

Color information

#012739 (or 0x012739) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 39. RGB value is (1,39,57). Sum of RGB (Red+Green+Blue) = 1+39+57=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #012739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012739 is #FED8C6. Grayscale: #1D1D1D. Windows color (decimal): -16701639 or 3745537. OLE color: 3745537.

HSL color Cylindrical-coordinate representation of color #012739: hue angle of 199.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012739 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13957-
CMYK0.980.3200.78
HSL199.29º96.55%11.37%-
HSV(B)199.29º98.25%22.35%-
XYZ1.481.754.13-
YUV29.69143.41107.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=1.03%
G=40.21%
B=58.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal139570.980.3200.78199.2996.5511.37
Hex12739622004Ec761b
Octal1477114240011630714113
Binary11001111110011100010100000010011101100011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012739; }

 p { color: rgb(1,39,57); }

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

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

 a { background-color: rgb(1,39,57); }

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

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

 span { border-color: rgb(1,39,57); }

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