#012741

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

Shades of Tangaroa #012741

Tints of Tangaroa #012741

Color information

#012741 (or 0x012741) is unknown color: approx Tangaroa. HEX triplet: 01, 27 and 41. RGB value is (1,39,65). Sum of RGB (Red+Green+Blue) = 1+39+65=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #012741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012741 is #FED8BE. Grayscale: #1E1E1E. Windows color (decimal): -16701631 or 4269825. OLE color: 4269825.

HSL color Cylindrical-coordinate representation of color #012741: hue angle of 204.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012741 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13965-
CMYK0.980.4000.75
HSL204.38º96.97%12.94%-
HSV(B)204.38º98.46%25.49%-
XYZ1.691.845.27-
YUV30.6147.41106.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=0.95%
G=37.14%
B=61.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal139650.980.4000.75204.3896.9712.94
Hex12741622804Bcc61d
Octal14710114250011331414115
Binary110011110000011100010101000010010111100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012741; }

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

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

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

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

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

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

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

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