#012640

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

Shades of Tangaroa #012640

Tints of Tangaroa #012640

Color information

#012640 (or 0x012640) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 40. RGB value is (1,38,64). Sum of RGB (Red+Green+Blue) = 1+38+64=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #012640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012640 is #FED9BF. Grayscale: #1D1D1D. Windows color (decimal): -16701888 or 4204033. OLE color: 4204033.

HSL color Cylindrical-coordinate representation of color #012640: hue angle of 204.76º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012640 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13864-
CMYK0.980.4100.75
HSL204.76º96.92%12.75%-
HSV(B)204.76º98.44%25.1%-
XYZ1.631.765.1-
YUV29.9147.24107.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=0.97%
G=36.89%
B=62.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal138640.980.4100.75204.7696.9212.75
Hex12640622904Bcd61d
Octal14610014251011331514115
Binary110011010000001100010101001010010111100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012640; }

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

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

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

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

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

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

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

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