#012740

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

Shades of Tangaroa #012740

Tints of Tangaroa #012740

Color information

#012740 (or 0x012740) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 40. RGB value is (1,39,64). Sum of RGB (Red+Green+Blue) = 1+39+64=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #012740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012740 is #FED8BF. Grayscale: #1E1E1E. Windows color (decimal): -16701632 or 4204289. OLE color: 4204289.

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

Color convert

RGB13964-
CMYK0.980.3900.75
HSL203.81º96.92%12.75%-
HSV(B)203.81º98.44%25.1%-
XYZ1.661.835.12-
YUV30.49146.91106.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=0.96%
G=37.5%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal139640.980.3900.75203.8196.9212.75
Hex12740622704Bcc61d
Octal14710014247011331414115
Binary110011110000001100010100111010010111100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012740; }

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

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

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

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

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

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

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

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