#012747

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

Shades of Tangaroa #012747

Tints of Tangaroa #012747

Color information

#012747 (or 0x012747) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 47. RGB value is (1,39,71). Sum of RGB (Red+Green+Blue) = 1+39+71=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #012747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012747 is #FED8B8. Grayscale: #1F1F1F. Windows color (decimal): -16701625 or 4663041. OLE color: 4663041.

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

Color convert

RGB13971-
CMYK0.990.4500.72
HSL207.43º97.22%14.12%-
HSV(B)207.43º98.59%27.84%-
XYZ1.881.916.23-
YUV31.29150.41106.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=0.90%
G=35.14%
B=63.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal139710.990.4500.72207.4397.2214.12
Hex12747632D048cf61e
Octal14710714355011031714116
Binary110011110001111100011101101010010001100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012747; }

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

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

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

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

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

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

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

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