#012339

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

Shades of Tangaroa #012339

Tints of Tangaroa #012339

Color information

#012339 (or 0x012339) is unknown color: approx Tangaroa. HEX triplet: 01, 23 and 39. RGB value is (1,35,57). Sum of RGB (Red+Green+Blue) = 1+35+57=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #012339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012339 is #FEDCC6. Grayscale: #1B1B1B. Windows color (decimal): -16702663 or 3744513. OLE color: 3744513.

HSL color Cylindrical-coordinate representation of color #012339: hue angle of 203.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012339 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13557-
CMYK0.980.3900.78
HSL203.57º96.55%11.37%-
HSV(B)203.57º98.25%22.35%-
XYZ1.351.54.09-
YUV27.34144.74109.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=1.08%
G=37.63%
B=61.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135570.980.3900.78203.5796.5511.37
Hex12339622704Ecc61b
Octal1437114247011631414113
Binary11000111110011100010100111010011101100110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012339; }

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

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

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

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

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

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

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

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