#012341

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

Shades of Tangaroa #012341

Tints of Tangaroa #012341

Color information

#012341 (or 0x012341) is unknown color: approx Tangaroa. HEX triplet: 01, 23 and 41. RGB value is (1,35,65). Sum of RGB (Red+Green+Blue) = 1+35+65=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #012341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012341 is #FEDCBE. Grayscale: #1C1C1C. Windows color (decimal): -16702655 or 4268801. OLE color: 4268801.

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

Color convert

RGB13565-
CMYK0.980.4600.75
HSL208.12º96.97%12.94%-
HSV(B)208.12º98.46%25.49%-
XYZ1.571.595.23-
YUV28.25148.74108.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=0.99%
G=34.65%
B=64.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal135650.980.4600.75208.1296.9712.94
Hex12341622E04Bd061d
Octal14310114256011332014115
Binary110001110000011100010101110010010111101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012341; }

 p { color: rgb(1,35,65); }

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

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

 a { background-color: rgb(1,35,65); }

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

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

 span { border-color: rgb(1,35,65); }

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