#012647

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

Shades of Tangaroa #012647

Tints of Tangaroa #012647

Color information

#012647 (or 0x012647) is unknown color: approx Tangaroa. HEX triplet: 01, 26 and 47. RGB value is (1,38,71). Sum of RGB (Red+Green+Blue) = 1+38+71=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #012647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012647 is #FED9B8. Grayscale: #1E1E1E. Windows color (decimal): -16701881 or 4662785. OLE color: 4662785.

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

Color convert

RGB13871-
CMYK0.990.4600.72
HSL208.29º97.22%14.12%-
HSV(B)208.29º98.59%27.84%-
XYZ1.841.856.22-
YUV30.7150.74106.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=0.91%
G=34.55%
B=64.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal138710.990.4600.72208.2997.2214.12
Hex12647632E048d061e
Octal14610714356011032014116
Binary110011010001111100011101110010010001101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012647; }

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

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

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

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

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

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

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

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