#012840

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

Shades of Tangaroa #012840

Tints of Tangaroa #012840

Color information

#012840 (or 0x012840) is unknown color: approx Tangaroa. HEX triplet: 01, 28 and 40. RGB value is (1,40,64). Sum of RGB (Red+Green+Blue) = 1+40+64=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #012840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012840 is #FED7BF. Grayscale: #1E1E1E. Windows color (decimal): -16701376 or 4204545. OLE color: 4204545.

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

Color convert

RGB14064-
CMYK0.980.3800.75
HSL202.86º96.92%12.75%-
HSV(B)202.86º98.44%25.1%-
XYZ1.71.895.13-
YUV31.07146.58106.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=0.95%
G=38.10%
B=60.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal140640.980.3800.75202.8696.9212.75
Hex12840622604Bcb61d
Octal15010014246011331314115
Binary110100010000001100010100110010010111100101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012840; }

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

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

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

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

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

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

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

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