#012044

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

Shades of Tangaroa #012044

Tints of Tangaroa #012044

Color information

#012044 (or 0x012044) is unknown color: approx Tangaroa. HEX triplet: 01, 20 and 44. RGB value is (1,32,68). Sum of RGB (Red+Green+Blue) = 1+32+68=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #012044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012044 is #FEDFBB. Grayscale: #1A1A1A. Windows color (decimal): -16703420 or 4464641. OLE color: 4464641.

HSL color Cylindrical-coordinate representation of color #012044: hue angle of 212.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012044 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13268-
CMYK0.990.5300.73
HSL212.24º97.1%13.53%-
HSV(B)212.24º98.53%26.67%-
XYZ1.571.465.67-
YUV26.84151.23109.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 68 (26.95% from 255) = 67.33%
R=0.99%
G=31.68%
B=67.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal132680.990.5300.73212.2497.113.53
Hex120446335049d461e
Octal14010414365011132414116
Binary110000010001001100011110101010010011101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012044; }

 p { color: rgb(1,32,68); }

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

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

 a { background-color: rgb(1,32,68); }

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

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

 span { border-color: rgb(1,32,68); }

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