#012543

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

Shades of Tangaroa #012543

Tints of Tangaroa #012543

Color information

#012543 (or 0x012543) is unknown color: approx Tangaroa. HEX triplet: 01, 25 and 43. RGB value is (1,37,67). Sum of RGB (Red+Green+Blue) = 1+37+67=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #012543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012543 is #FEDABC. Grayscale: #1D1D1D. Windows color (decimal): -16702141 or 4400385. OLE color: 4400385.

HSL color Cylindrical-coordinate representation of color #012543: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012543 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB13767-
CMYK0.990.4500.74
HSL207.27º97.06%13.33%-
HSV(B)207.27º98.51%26.27%-
XYZ1.691.735.56-
YUV29.66149.07107.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=0.95%
G=35.24%
B=63.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal137670.990.4500.74207.2797.0613.33
Hex12543632D04Acf61d
Octal14510314355011231714115
Binary110010110000111100011101101010010101100111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012543; }

 p { color: rgb(1,37,67); }

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

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

 a { background-color: rgb(1,37,67); }

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

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

 span { border-color: rgb(1,37,67); }

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