#012344

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

Shades of Tangaroa #012344

Tints of Tangaroa #012344

Color information

#012344 (or 0x012344) is unknown color: approx Tangaroa. HEX triplet: 01, 23 and 44. RGB value is (1,35,68). Sum of RGB (Red+Green+Blue) = 1+35+68=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #012344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012344 is #FEDCBB. Grayscale: #1C1C1C. Windows color (decimal): -16702652 or 4465409. OLE color: 4465409.

HSL color Cylindrical-coordinate representation of color #012344: hue angle of 209.55º 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 #012344 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13568-
CMYK0.990.4900.73
HSL209.55º97.1%13.53%-
HSV(B)209.55º98.53%26.67%-
XYZ1.661.635.7-
YUV28.6150.24108.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 68 (26.95% from 255) = 65.38%
R=0.96%
G=33.65%
B=65.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal135680.990.4900.73209.5597.113.53
Hex123446331049d261e
Octal14310414361011132214116
Binary110001110001001100011110001010010011101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012344; }

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

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

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

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

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

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

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

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