#012646

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

Shades of Tangaroa #012646

Tints of Tangaroa #012646

Color information

#012646 (or 0x012646) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 46. RGB value is (1,38,70). Sum of RGB (Red+Green+Blue) = 1+38+70=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #012646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012646 is #FED9B9. Grayscale: #1E1E1E. Windows color (decimal): -16701882 or 4597249. OLE color: 4597249.

HSL color Cylindrical-coordinate representation of color #012646: hue angle of 207.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012646 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13870-
CMYK0.990.4600.73
HSL207.83º97.18%13.92%-
HSV(B)207.83º98.57%27.45%-
XYZ1.811.836.05-
YUV30.58150.24106.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=0.92%
G=34.86%
B=64.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal138700.990.4600.73207.8397.1813.92
Hex12646632E049d061e
Octal14610614356011132014116
Binary110011010001101100011101110010010011101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012646; }

 p { color: rgb(1,38,70); }

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

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

 a { background-color: rgb(1,38,70); }

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

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

 span { border-color: rgb(1,38,70); }

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