#012B40

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

Shades of Tangaroa #012B40

Tints of Tangaroa #012B40

Color information

#012B40 (or 0x012B40) is unknown color: approx Tangaroa. HEX triplet: 01, 2B and 40. RGB value is (1,43,64). Sum of RGB (Red+Green+Blue) = 1+43+64=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #012B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B40 is #FED4BF. Grayscale: #202020. Windows color (decimal): -16700608 or 4205313. OLE color: 4205313.

HSL color Cylindrical-coordinate representation of color #012B40: hue angle of 200º 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 #012B40 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14364-
CMYK0.980.3300.75
HSL200º96.92%12.75%-
HSV(B)200º98.44%25.1%-
XYZ1.82.15.16-
YUV32.84145.59105.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=0.93%
G=39.81%
B=59.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal143640.980.3300.7520096.9212.75
Hex12B40622104Bc861d
Octal15310014241011331014115
Binary110101110000001100010100001010010111100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012B40; }

 p { color: rgb(1,43,64); }

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

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

 a { background-color: rgb(1,43,64); }

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

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

 span { border-color: rgb(1,43,64); }

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