#012847

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

Shades of Tangaroa #012847

Tints of Tangaroa #012847

Color information

#012847 (or 0x012847) is unknown color: approx Tangaroa. HEX triplet: 01, 28 and 47. RGB value is (1,40,71). Sum of RGB (Red+Green+Blue) = 1+40+71=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #012847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012847 is #FED7B8. Grayscale: #1F1F1F. Windows color (decimal): -16701369 or 4663297. OLE color: 4663297.

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

Color convert

RGB14071-
CMYK0.990.4400.72
HSL206.57º97.22%14.12%-
HSV(B)206.57º98.59%27.84%-
XYZ1.911.986.24-
YUV31.87150.08105.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 71 (28.12% from 255) = 63.39%
R=0.89%
G=35.71%
B=63.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal140710.990.4400.72206.5797.2214.12
Hex12847632C048cf61e
Octal15010714354011031714116
Binary110100010001111100011101100010010001100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012847; }

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

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

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

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

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

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

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

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