#012939

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

Shades of Tangaroa #012939

Tints of Tangaroa #012939

Color information

#012939 (or 0x012939) is unknown color: approx Tangaroa. HEX triplet: 01, 29 and 39. RGB value is (1,41,57). Sum of RGB (Red+Green+Blue) = 1+41+57=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #012939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012939 is #FED6C6. Grayscale: #1E1E1E. Windows color (decimal): -16701127 or 3746049. OLE color: 3746049.

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

Color convert

RGB14157-
CMYK0.980.2800.78
HSL197.14º96.55%11.37%-
HSV(B)197.14º98.25%22.35%-
XYZ1.541.894.15-
YUV30.86142.75106.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 57 (22.66% from 255) = 57.58%
R=1.01%
G=41.41%
B=57.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal141570.980.2800.78197.1496.5511.37
Hex12939621C04Ec561b
Octal1517114234011630514113
Binary1101001111001110001011100010011101100010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012939; }

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

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

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

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

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

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

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

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