#012240

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

Shades of Tangaroa #012240

Tints of Tangaroa #012240

Color information

#012240 (or 0x012240) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 40. RGB value is (1,34,64). Sum of RGB (Red+Green+Blue) = 1+34+64=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #012240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012240 is #FEDDBF. Grayscale: #1B1B1B. Windows color (decimal): -16702912 or 4203009. OLE color: 4203009.

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

Color convert

RGB13464-
CMYK0.980.4700.75
HSL208.57º96.92%12.75%-
HSV(B)208.57º98.44%25.1%-
XYZ1.511.525.06-
YUV27.55148.57109.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=1.01%
G=34.34%
B=64.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal134640.980.4700.75208.5796.9212.75
Hex12240622F04Bd161d
Octal14210014257011332114115
Binary110001010000001100010101111010010111101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012240; }

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

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

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

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

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

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

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

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