#012943

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

Shades of Tangaroa #012943

Tints of Tangaroa #012943

Color information

#012943 (or 0x012943) is unknown color: approx Tangaroa. HEX triplet: 01, 29 and 43. RGB value is (1,41,67). Sum of RGB (Red+Green+Blue) = 1+41+67=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #012943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012943 is #FED6BC. Grayscale: #1F1F1F. Windows color (decimal): -16701117 or 4401409. OLE color: 4401409.

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

Color convert

RGB14167-
CMYK0.990.3900.74
HSL203.64º97.06%13.33%-
HSV(B)203.64º98.51%26.27%-
XYZ1.8225.6-
YUV32147.75105.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 67 (26.56% from 255) = 61.47%
R=0.92%
G=37.61%
B=61.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal141670.990.3900.74203.6497.0613.33
Hex12943632704Acc61d
Octal15110314347011231414115
Binary110100110000111100011100111010010101100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012943; }

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

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

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

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

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

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

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

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