#012347

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

Shades of Tangaroa #012347

Tints of Tangaroa #012347

Color information

#012347 (or 0x012347) is unknown color: approx Tangaroa. HEX triplet: 01, 23 and 47. RGB value is (1,35,71). Sum of RGB (Red+Green+Blue) = 1+35+71=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #012347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012347 is #FEDCB8. Grayscale: #1C1C1C. Windows color (decimal): -16702649 or 4662017. OLE color: 4662017.

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

Color convert

RGB13571-
CMYK0.990.5100.72
HSL210.86º97.22%14.12%-
HSV(B)210.86º98.59%27.84%-
XYZ1.751.666.19-
YUV28.94151.74108.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=0.93%
G=32.71%
B=66.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal135710.990.5100.72210.8697.2214.12
Hex123476333048d361e
Octal14310714363011032314116
Binary110001110001111100011110011010010001101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012347; }

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

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

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

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

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

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

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

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