#012440

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

Shades of Tangaroa #012440

Tints of Tangaroa #012440

Color information

#012440 (or 0x012440) is unknown color: approx Tangaroa. HEX triplet: 01, 24 and 40. RGB value is (1,36,64). Sum of RGB (Red+Green+Blue) = 1+36+64=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #012440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012440 is #FEDBBF. Grayscale: #1C1C1C. Windows color (decimal): -16702400 or 4203521. OLE color: 4203521.

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

Color convert

RGB13664-
CMYK0.980.4400.75
HSL206.67º96.92%12.75%-
HSV(B)206.67º98.44%25.1%-
XYZ1.571.645.08-
YUV28.73147.9108.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=0.99%
G=35.64%
B=63.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal136640.980.4400.75206.6796.9212.75
Hex12440622C04Bcf61d
Octal14410014254011331714115
Binary110010010000001100010101100010010111100111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012440; }

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

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

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

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

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

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

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

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