#012743

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

Shades of Tangaroa #012743

Tints of Tangaroa #012743

Color information

#012743 (or 0x012743) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 43. RGB value is (1,39,67). Sum of RGB (Red+Green+Blue) = 1+39+67=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #012743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012743 is #FED8BC. Grayscale: #1E1E1E. Windows color (decimal): -16701629 or 4400897. OLE color: 4400897.

HSL color Cylindrical-coordinate representation of color #012743: hue angle of 205.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012743 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB13967-
CMYK0.990.4200.74
HSL205.45º97.06%13.33%-
HSV(B)205.45º98.51%26.27%-
XYZ1.751.865.58-
YUV30.83148.41106.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 67 (26.56% from 255) = 62.62%
R=0.93%
G=36.45%
B=62.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal139670.990.4200.74205.4597.0613.33
Hex12743632A04Acd61d
Octal14710314352011231514115
Binary110011110000111100011101010010010101100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012743; }

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

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

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

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

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

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

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

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