#012945

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

Shades of Tangaroa #012945

Tints of Tangaroa #012945

Color information

#012945 (or 0x012945) is unknown color: approx Tangaroa. HEX triplet: 01, 29 and 45. RGB value is (1,41,69). Sum of RGB (Red+Green+Blue) = 1+41+69=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #012945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012945 is #FED6BA. Grayscale: #202020. Windows color (decimal): -16701115 or 4532481. OLE color: 4532481.

HSL color Cylindrical-coordinate representation of color #012945: hue angle of 204.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012945 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB14169-
CMYK0.990.4100.73
HSL204.71º97.14%13.73%-
HSV(B)204.71º98.55%27.06%-
XYZ1.882.025.92-
YUV32.23148.75105.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 69 (27.34% from 255) = 62.16%
R=0.90%
G=36.94%
B=62.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal141690.990.4100.73204.7197.1413.73
Hex129456329049cd61e
Octal15110514351011131514116
Binary110100110001011100011101001010010011100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012945; }

 p { color: rgb(1,41,69); }

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

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

 a { background-color: rgb(1,41,69); }

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

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

 span { border-color: rgb(1,41,69); }

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